html, body {
	background-color: white;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16pt;
	color: black;
	text-align: center;
}

a:link { color:red; text-decoration:none; }
a:visited { color:red; text-decoration:none; }
a:focus { color:red; text-decoration:none; }
a:hover { color:red; text-decoration:underline; }