body {
	background-color:#660000;
	color:#330000;
}
h1, h2, h3, h4, h5 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#FF0000;
	text-decoration:underline;
}
a:visited {
	color: #FF6666;
	text-decoration: underline;
}
a:active {
	color: #FF9999;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight:bold;
}

table#maintable {
	background-color:#FFFFFF;
	width:740px;
	padding:10;
	text-align:center; 
	margin-left:auto; 
	margin-right:auto;
}
tr,td {
	text-align:left;
	color:#330000;
}

.subbox {
	border-color:#666666;
	border:4;
	padding:8;
	background-color:#993333;
}
.smalltext {
	font-size:smaller;
}
.boxtitle {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.boxtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#FFFFFF;
}
a.boxlink {
	color:#000000;
	text-decoration:underline;
}
.highlighting {
    background-color: #FFFF00;
    margin: 10px; 
    padding: 10px;
}
.style3 {color: #660000}
.style4 {color: #000000}

