/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
}
body {
	background-color: #0099FF;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
<!--
.style1 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
-->
-->