body {
	background-color: #000000;
}

body, td, th {
	color: #FFCC99;
}

h1 {
	color: #FFFFBB;
	text-align:center;
	font-style:italic;
	margin-top: 30px;
	vertical-align:middle;
	background-image:url(HeaderBkg.png);
	background-repeat:repeat-x;
	height:60px
}

h2 {
	color: #CC9900;
	font-style:italic;
	margin-bottom: 0;
}

h3, h4 {
	color: #CC9999;
	margin-bottom: 0;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	color: #FFFF00;
}

a:link,a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form {
	background-color: #990000;
}

strong {
	font-weight:bold;
	color:#FFCC00;
}
