@charset "ISO-8859-1";
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #ccff00;
	background-color: #000066;
}
body,td,th {
	color: CCFF00;
	background-color: #000066;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
}
a:link {
	color: #CCFF00;
	text-decoration: underline;
}
a:visited {
	color: #339900;
	text-decoration: underline;
}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
