body, td {
	color : #C6B78E;
	background-color:#4A4A4A; /* NEW IN 1.5 */
	font-family :  "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; 
	font-size: 16px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #C6B78E;
	background:#343333;
	font-family :  "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; 
	font-size: 16px;
}

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

table.entries {
	color : #C6B78E;
	font-family :  "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; 
	font-size: 14px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 25px;
	background-image: url(../themes/igames/images/tableh1_bg.gif);

}

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

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

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

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

input {
	font-size: 11px;
	font-family:  "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; 
	color:#343333;
	background-color:#FFFFFF;
}

hr {
	color: #4A4A4A;
	height: 0px;
}

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

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