@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0099FF;
}
body {
	background-color: #003366;
}
h1 {
	font-size: 28pt;
	color: #FF0000;
}
h2 {
	font-size: 24pt;
	color: #FF0000;
}
h3 {
	font-size: 14pt;
	color: #FF0000;
}
a {
	font-size: 10pt;
}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
}
