body, {
	background-image:
       url('images//monsterback1.jpg'); 
	background-repeat: no-repeat;
	background-attachment: fixed;

}

body, td {
	color : #00000;
       font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #00000;
	background : transparent;
       font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

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

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

a:hover {
	color : Red;
	text-decoration : none;
}

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

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

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

hr {
	color: #333333;
	height: 4px;
}

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

div.centered table.entries {
   margin: 0 auto;
   text-align: left;
   margin-bottom: 12px;
}
