<style type="text/css">
<!--

body {
	background-color: #000000;
}
#bigtable {
	border: 1px dotted #FF0000;
	background-color: #202020;
}
#bigtable #inner {
	background-color: #510000;
	border: 1px ridge #FF0000;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
}
#bigtable #inner a:link {
	color: #FF6F6F;
	text-decoration: none;
}
#bigtable #inner a:visited {
	color: #FF6F6F;
	text-decoration: none;
}
#bigtable #inner a:hover{
	color: #800000;
	text-decoration: underline;
}
#bigtable #inner #cat {
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}
#bigtable #inner #cat a:link {
	color: #FFFFFF;
}
#bigtable #inner #cat a:hover {
	color: #CCCCCC;
}
#bigtable #inner #cat a:visited {
	color: #FFFFFF;
}
#bigtable #inner #cat a:active {
	color: #FFFFFF;
}

#bigtable h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #CCCCCC;
}
#bigtable #inner a:active {
	color: #FF6F6F;
	text-decoration: none;
}
#bigtable #inner th {
	color: #A7A7A7;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style1 {color: #FFFFFF}
#bigtable #gb td {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#bigtable #gb td a:link {
	color: #FF0000;
}
#bigtable #gb td a:visited {
	color: #FF0000;
}
#bigtable #gb td a:hover {
	color: #CCCCCC;
}
#bigtable #gb td a:active {
	color: #FF0000;
}
-->
</style>