body {
	background:#aaf;
	border-top:5px solid #569;
	border-bottom:20px solid #569;
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}
table {
	background:#fff;
	font-family:sans-serif;
	font-size:11pt;
}
a {
	color:#00f;
}
#header {
	background:#006;
	color:#fff;
	padding:10px;
	font-style:italic;
	font-family:serif;
	font-size:32pt;
	text-shadow:#003 4px 4px 1px;
	text-align:center;
}
#footer {
	font-size:7pt;
	color:#669;
}
#footer a {
	text-decoration:none;
	color:#669;
}
.post_header {
	margin-bottom:0px;
}
.post_date {
	margin-top:0px;
	font-size:10pt;
	color:#666;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px dotted #ccc;
}
.post_footer {
	font-size:8pt;
	background:#ddd;
	text-align:right;
	color:#666;
	padding:5px;
}
.post_footer a {
	color:#333;
}
li {
	margin-bottom:10px;
}