body, td {
	color: Black;
	background-color: #fff;
	font-family: 'trebuchet ms', arial, non-serif;
	font-size: 10px;
	text-align: left;
}
td.upper {
	color: #ffc;
	background: #300;
	font-family: 'trebuchet ms', arial, non-serif;
	font-size: 10px;
}
.smaller {
	font-size: 9px;
}
a {
	color: #600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #f33;
}
a.smaller {
	font-size: 9px;
	color: #600;
	text-decoration: underline;
}
a.smaller:hover {
	font-size: 9px;
	color: #f33;
	text-decoration: none;
}
input {
	font-size: 10px;
	font-family: 'trebuchet ms', arial, non-serif;
	color: #000;
	background-color: #fff;
}
div.centered {
	text-align: center;
}
HR {
	color: #300;
	height: 1px;
}
/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
	color: FFFFCC;
	font-family: 'trebuchet ms', arial, non-serif;
	font-size: 10px;
	BORDER-RIGHT: #CC9966 1px solid;
	BORDER-LEFT: #CC9966 1px solid;
	BORDER-TOP: #CC9966 1px solid;
	BORDER-BOTTOM: #CC9966 1px solid;
	margin: 0px auto 10px auto;
	/* margin: top right bottom left;
*/
}
h3 {
	color: CCCC00;
	font-family: 'trebuchet ms', arial, non-serif;
	font-size: 11px;
	font-weight: bold;
}
table.gbookMenu {
	BORDER-TOP: #CCCC00 1px solid;
}
