a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #81c8dd;
}
a:active {
	text-decoration: none;
	color: #81c8dd;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
