body, td      { color: yellow; font-size: 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: black; text-align: left }

td.upper  { color: red; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: yellow }

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

table.entries  { color: yellow; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; border: solid 1px }

a  { color: red; text-decoration: underline }

a:hover {
	color : Red;
	text-decoration : none;
}

a.smaller  { color: red; font-size: 10px; text-decoration: underline }

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input  { color: red; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #ffffff }

hr  { color: yellow; height: 1px }

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}
