body {
	background: #000000;
	color: #ffffff;
}
a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
.rightcolumn {
	border-left: solid 1px #ffffff;
}
.leftcolumn {
	background-image: none;
}
.news {
	margin-top: 24px;
	font-size: 0.9em;
}
.news ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.news h1 {
	text-transform: uppercase;
	padding-top: 12px;
}
.news .date {
	font-style: italic;
}
