a:link {
	color: #99FFFF;
	text-decoration: none;

}
a:visited {
	color: #99FFFF;
	text-decoration: none;
}
a:hover {
	background-color: #CCFFFF;
	color: #00788C;

}

