body {
	background-color: #f3FFFF;
}


body, td, th {
	color: BLUE;
}

a:link {
color: BLUE;
text-decoration: underline;
}

a:visited {
color: BLACK;
}

a:hover {
text-decoration: none;
color: BLACK;
background-color: #CCCCCC;
}

a:active {
text-decoration: none;
}