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

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

h1 {
	color: #FF0033;
}

h2 {
	color: #FF0033;
}

h3, h4 {
	color: #FF0000;
}

h5, h6 {
	color: #FFCCCC;
}

form {
	background-color: #000000;
}
a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCFF;
	text-decoration: none;
}
a:active {
	color: #CC99FF;
	text-decoration: none;
}

a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
.credits {
	font-size: small;
}
ul {
	line-height: 18px;
}
.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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.box {
	border: thin double #FF0000;
	width: 400px;
	padding: 6px;
}
