body {
background-color:white;
color:black;
font-size:10pt;
font-family:Georgia,"Times New Roman", serif;
text-align:center;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
