body {
	background-attachment: scroll;
	background-color: #8899AA;
	background-image: url(headbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDEEFF;
}
a:link	{ color: #FFF; }
a:visited{ color: #DDD; }
a:active { color: #CCC; }
a:hover { color: #EEE; }
.datehead {
	font-size: 24px;
	text-transform: lowercase;
}
.details {
	font-size: 12px;
}
.comment {
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	margin: 8px;
}
.cauthor {
	font-size: 12px;
	font-weight: bold;
}
.thumb {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 3px;
	border: 1px solid #667788;
}
a { text-decoration: none; !important }