td {
	color : Black;
	background-color: none; /* NEW IN 1.5 */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left; /* NEW IN 1.5 */ padding-right: 25px;
}

td.upper {
	color : #FFFFFF;
	background : #777;
	font-family : Helvetica;
	font-size: 11px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

table.entries {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER-RIGHT: #23559C 1px solid;
	BORDER-LEFT: #23559C 1px solid;
	BORDER-TOP: #23559C 1px solid;
	BORDER-BOTTOM: #23559C 1px solid;
}

#guestbook h3 {
font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #5E4E37;
	margin-bottom: 0px;
}

#guestbook a {
	color : #411111;
	text-decoration : none;
	background-image:none;
}

#guestbook a:hover {
	color : #666;
	text-decoration : underline;
	background-image:none;
}

#guestbook a.smaller {
	font-size: 10px;
	color : #411111;
	text-decoration : underline;
	background-image:none;
}

#guestbook a.smaller:hover {
	font-size: 10px;
	color : #666;
	text-decoration : none;
	background-image:none;
}

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

hr {
	color: #B8CFE7;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center; height: auto;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}

