body, td {
	color : White;
	background-color: Black; /* NEW IN 1.5 */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #FFFFFF;
	background : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

table.entries {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}

a {
	color : #990000;
	text-decoration : underline;
	font-weight:bold;
}

a:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
}

a.smaller {
	font-size: 11px;
	color : #990000;
	text-decoration : underline;
	font-weight:bold;
}

a.smaller:hover {
	font-size: 11px;
	color : #990000;
	text-decoration : none;
	font-weight:bold;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
}

hr {
	color: #990000;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}


/*Custom Additions */
h3 {
	font-size: 36px;
	color: #FFFFFF;
	font-family: Blood Omen;
}

body {
	background-image: url(../images/bggradient.jpg);
}

a:link {
	color: 990000;
	font-size:11px;
	font-family:Verdana;
}

a:visited {
	color: 990000;
	font-size:11px;
	font-family:Verdana;
}

a:hover {
	color: #FFFFFF;
	font-size:11px;
	font-family:Verdana;
}

a:active {
	color: 990000;
	font-size:11px;
	font-family:Verdana;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

