body {
background: #cec7bd;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #604943;
}
p {
line-height: 23px;
}
h1 {
	color: #d11;
	font-size: 30px;
}
h2 {
	color: #433;
	font-size: 24px;
}
table {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #bcf;
}
td {
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
/* Thumbnails */
div.thumb {
	margin-bottom: .5em;
	width: auto;
	background-color: transparent;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #bcf;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
/* @noflip */
div.tright {
	float: right;
	clear: right;
	margin: 0.5em 0 0.8em 1.4em;
}
/* @noflip */
div.tleft {
	float: left;
	clear: left;
	margin: 0.5em 1.4em 0.8em 0;
}
#menu {
	font-size: 30px;
	text-align: center;
	font-family: Copperplate Gothic Bold, Copperplate, Georgia, Serif;
	color: #666;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	color: #00f;
}