body {
	background-color: #330000;
}

body, td, th {
	color: #FFCC99;
	text-align: center;
	font-family: verdana, arial, sans-serif;
}



h1 {
	color: #FF6666;
}

h2 {
	color: #FF99CC;
}

h3, h4 {
	color: #CC9999;
	
}

h5, h6 {
	color: #FFCCCC;
	font-size: 12px;
}

a {
	color: #FF0033;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.text {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}


form {
	background-color: #990000;
}

.centerbox {
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
}	

.sidebox {
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}	

.imagebox {
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
}	

.topbox a {
	text-decoration: underline;
	color: #00FF00;
}	
