body {
	background-color: #660000;
	border-bottom-color: #FFFFFF;
}

.whiteheader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;}

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}

.whitetext {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #ffffff; }
	
.boardwhitetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #ffffff; }
	
.boardblacktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #000000; }
	
.darkheader {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #000000; }
	
.boldsubheader {
     font-family: "Times New Roman", Times, serif; 
     font-size: large;
     font-weight: bold; }
	
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #9966FF;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;

