html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, form, font, fieldset, table, tr, td, iframe { 
/* Using a zeroing selector removes the browser default values, 
   which can vary greatly from browser to browser. */ 
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
}

html {
	max-height:100.1%; /* fixes the display height in Mozilla and Firefox */
	height: 100%;
}

img {
	border: none;
}
div {
	xoverflow: hidden;
}