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

<style type="text/css">

body {
	background-color: #1F1F1F;
}
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
	color: #FFF;
}
a:link {
	color: #E6F8F8;
	text-decoration: none;
}
a:visited {
	color: #E6F8F8;
	text-decoration: none;
}
a:hover {
	color: #F33;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #E6F8F8;
}
h2 {
	font-size: 18px;
	color: #E6F8F8;
}
h3 {
	font-size: 24px;
	color: #E6F8F8;
}
h4 {
	font-size: large;
	color: #E6F8F8;
}
h5 {
	font-size: large;
	color: #E6F8F8;
}
h6 {
	font-size: xx-large;
	color: #E6F8F8;
}


</style>

.TOP table tr td .bgimg {
	color: #FFF;
}
