html, body {	margin: 0;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;	color: #000;	}body {	background-color: #FFFFFF;	}h1, h2, h3, p {		margin: 0;		font-weight: bold;		}		h1, h2, h3 {		font-weight: bold;		}h1 {	font-size: 12px;	color: #333;	}p {	font-weight: normal;}a:link {	color: #039;	text-decoration: none;	}	a:visited {	color: #039;	text-decoration: none;	}a:active {	color: #039;	text-decoration: none;	}a:hover {	text-decoration: underline;	}
