/* CSS Document */

body {
	background-color: #6699FF;
}
body,td,th {
	color: #000066;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #FFFF66;
	background-color: #666666;
}

