body, td {
	color : #0099CC;
	background-color: BLACK;
	font-family :  Arial, ;
	font-size: 14px;
	text-align: left;
}

td.upper {
	color : #FFFFFF;
	background : #000099;
	font-family :  Arial, ;
	font-size: 11px;
}

.smaller {
	font-size: 12px;
}

a {
	color : red;
	text-decoration : underline;
}

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

a.smaller {
	font-size: 12px;
	color : red;
	text-decoration : underline;
}

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

input {
	font-size: 12px;
	font-family:  Arial, ;
	color:white;
	background-color:RED;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : BLACK;
   font-family :  Arial, ;
   font-size: 14px;
   BORDER-RIGHT: white 1px solid;
   BORDER-LEFT: #23559C 1px solid;
   BORDER-TOP: white 1px solid;
   BORDER-BOTTOM: #23559C 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : White;
   font-family :  Arial, ;
   font-size: 22px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #B8CFE7 1px solid;
}
