body, td {
	color : #CC0066;
	background-color: #000000;
	font-family : Tahoma;
	font-size: 11px;
	text-align: left;
}

td.upper {
	color : #CCCCCC;
	background : #333333;
	font-family : Tahoma;
	font-size: 11px;
	text-align: left;
}

.smaller {
	font-size: 10px;
	text-align: left;
}

a {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	color : #CC0066;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #666666;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 10px;
	color : #FFFFFF;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Tahoma;
	color:#CC0066;
	background-color:#333333;
	text-align: left;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : #FF99FF;
   font-family : Tahoma;
   font-size: 11px;
   text-align: center;
   BORDER-RIGHT: #CC0066 1px solid;
   BORDER-LEFT: #CC0066 1px solid;
   BORDER-TOP: #CC0066 1px solid;
   BORDER-BOTTOM: #CC0066 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : Black;
   font-family : Tahoma;
   font-size: 14px;
	font-weight: none; 	
	text-align: center;
}

table.gbookMenu {
	BORDER-TOP: #333333 1px solid;
}