body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, td, th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #FF0033;
}

h2 {
	color: #FF0033;
}

h3, h4 {
	color: #CC9999;
}

h5, h6 {
	color: #FFCCCC;
}

form {
	background-color: #990000;
}
a:link {
	color: #FFFF33;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
.credits {
	font-size: small;
}
ul {
	line-height: 20px;
}
.header {
	font-size: small;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}
