body {
	background: #fdd785;
	margin: 0px; 
	padding: 0px;
	text-align: center;
}
body, div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link, a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover, a:active {
	text-decoration: underline !important;
	color: #24A2DD;
}

