body, td {
	
	background-color: #eaeaea; /* NEW IN 1.5 */
	font-family: Times New Roman;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #FFFFFF;
	background: #8BC4FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.smaller {/* CHANGED IN 1.5 */
    font-family: Times New Roman;
	font-size: 14px;
	color:#0000FF;
}

table.entries {
	color : Black;
	font-family:"Times New Roman", Times, serif;
	
	font-size: 20px;
	BORDER-RIGHT: #23559C 1px solid;
	BORDER-LEFT: #23559C 1px solid;
	BORDER-TOP: #23559C 1px solid;
	BORDER-BOTTOM: #23559C 1px solid;
}

a {
	color : #0000ff;
	text-decoration : underline;
}

a:hover {
	font-size: 18px;
	color : Red;
	text-decoration : none;
}

a.smaller {
	font-size: 14px;
	color : #0000ff;
	text-decoration : underline;
}

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

input {
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	background-color:#FFFFFF;
}

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

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

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

