
body, td {
	
color : White;
	background:#000000; /* 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 : White;
	background : #991641;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

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

a {
	color : #FFFF00;
	text-decoration : underline;
}

a:hover {
	color : 0000FF;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #FFFF00;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

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

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

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

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