BODY
{
	color: #ffffff;
	background: #333333;
}

.date
{
	background: #cc3333;
	color: #000000;
	font-size: .9em;
	padding: 1px 1px 1px 1px;
	border: 1px solid;
	margin-left: -2%;
	font-weight: bold;
}

.content_header
{
	width: 80%;
	text-align: right;
	text-decoration: underline;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	font-size: 1.5em;
	background: #336699;
	color: #cccccc;
	-moz-border-radius: 8px;
	border: solid;
}

.footer
{
	color: #000000;
	text-align: center;
	font-size: .75em;
	background: #9999ff;
}

A:link
{
	color: #0000ff;
	font-weight: bold;
}

.content
{
	position: left;
	top: 0px;
	left: 0px;
	margin: 10px;
	background: #cccccc;
	border: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	width: 75%;
	color: #333333;
}

.content A:hover
{
	background: #ffffff
}
