body, td {
	color : #000;
	background-color: transparent;
	font-family : Comic Sans, Comic Sans MS, cursive ;
	font-size: 12px;
	text-align: left;
}

td.upper {
	color : #f63b00;
	background-color: transparent;
	font-family : Comic Sans, Comic Sans MS, cursive ;
	font-size: 12px;
    background-image: url(images/gbook_background.png);
	background-repeat: none; 
}

.smaller {
	font-size: 12px;
}

a {
	color : #000;
    font-size: 12px;
	text-decoration : none;
}

a:hover {
	color : #f63b00;
    font-size: 12px;
	text-decoration : none;
}

a.smaller {
	font-size: 12px;
	color : #000;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 12px;
	color : #f63b00;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#870303;
	background-color:#fff;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
    width: 600px;
   color : #870303;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-RIGHT: #23559C 0px solid;
   BORDER-LEFT: #23559C 0px solid;
   BORDER-TOP: #23559C 0px solid;
   BORDER-BOTTOM: #23559C 0px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : #f63b00;
   font-family: 'Palatino-Roman', 'Palatino', 'serif';
   font-size: 24px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #f63b00 2px solid;
}

