body {background-color:#123;}

body, td {
	color : white;
	background-color: #123;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
        border: none;
}

.centered td {background-color: #123;
				width: 800px;}

td.upper {
	color : #fff;
	background : #123;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

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

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

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

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

a:visited {color:#646400;}
a.smaller:visited {color:#646400;}

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

div.centered {
	text-align: center;
        color:#123;
        width:1000px;
        margin: auto;
}


/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border: #fff 3px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
   width:1000px;
}

h3 {
   color : white;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 20px;
	font-weight: bold; 	
}

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

