/* initial css document, to neutralize all styles, for best formatting */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, dd, address, br {
	margin: 0;
	padding: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 0px;
}

/* image tag */!
img {
	border:none;
}