<!--
body {
	background-color: #666;
	color: #CCC;
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
}

a {
	color: #600;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: underline;
}

td {
	font-size: 12px;
}

#byline {
	font-size: 16px;
}

#comments {
	font-size: 10pt;
}

#topbar {
	margin-bottom: 30px;
}

#topbar td {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#topbar td #phrase0, #topbar #phrase1, #topbar #phrase2, #topbar #phrase3 {
	display: inline;
}

#mainbit {
	margin-left: 40px;
	float: left;
	width: 70%;
}

#sidebar {
	float: right;
	padding: 5px;
	font-size: 12px;
	border: 2px solid #999999;
	margin: 20px 10px 0px 20px;
}

#bottomlinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	text-align: right;
}
-->