body,td {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 0.95em;
}

a,a:link {
	color: #000066;
	/*text-decoration: none;*/
}

a:visited {
	color: #000099;
	/*text-decoration: none;*/
}
a:hover {
	background-color: #CCFFFF;
	color: #00ccff;
	/*text-decoration: underline;*/
}

a:active {
	color: #0000FF;
	background-color: #CCFFFF;
	text-decoration: none;
}

