/* CSS Document */
<!--
body,td,th {
	font-family: Tahoma;
	font-size: large;
}
body {
	background-color: #0033ff;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style4 {font-size: x-small}
.style3 {font-size: xx-large}
-->