body {
	background: black; 
	color: #999999; 
	font-family: serif, verdana, westminster, helvetica;
}
a:link {
	color: #888888;
	text-decoration: none;
}
a:active {
	color: #888888;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}
td#header {
	font-size: 250%;
	color: white;
	text-align: left;
	/*vertical-align:bottom;*/
}
td#header img {
	float: right;
}
table#master {
	border: 0;
	width: 100%;
}
td#console {
	padding: 0px;
	width: 150px;
	background: black;
}
td#console table {
	border: 0;
	padding: 0 5px 0 0;
}
td#topmid {
	padding: 0px;
}
td#topcorner {
	padding: 0px;
}
td#righty {
	padding: 0px;
}
td.category {
	font: 125% westminster, courier, verdana, sans-serif;
	color: white;
	text-align: left;
	width: 150px;
	padding: 10px 0 0 0;
}
td.item {
	text-align: right;
	color: grey;
}
td.item a:link {
	font: 66% verdana, palatino, courier, sans-serif;
	color: grey;
	text-decoration: none;
}
td.item a:active {
	font: 66% verdana, palatino, courier, sans-serif;
	color: grey; 
	text-decoration: none;
}
td.item a:visited {
	font: 66% verdana, palatino, courier, sans-serif;
	color: grey; 
	text-decoration: none;
}
td.item a:hover {
	color: white;
	font: 66% verdana, palatino, courier, sans-serif;
	text-decoration: underline;
}
div.update {
	font: courier, palatino, verdana, sans-serif;
	color: #00c000;
	padding: 10px 0 0 0;
	border-bottom: 3px dotted #004000;
}
div.update a:link {
	color: white;
	text-decoration: none;
}
div.update a:active {
	color: white; 
	text-decoration: none;
}
div.update a:visited {
	color: white;
	text-decoration: none;
}
div.update a:hover {
	color: #888888;
	text-decoration: underline;
}
span.date {
	font-weight: bold;
	color: #00ff00;
	float: left;
	padding: 0 1em 0 0;
}
td#news {
	padding: 0px;
}
td#news h1 {
	float: left;
	font: 200% serif, verdana, westminster, helvetica;
	font-weight: bold;
	color: #00ff00;
}
div#newstitle {
	display: block;
	float: left;
	font: 200% serif, verdana, westminster, helvetica;
	font-weight: bold;
	color: #00ff00;
	width: 250px;
}
td#news h3 {
	float: right;
	color: grey;
}
div#lastmod {
	display: block;
	width: 300px;
	float: right;
	color: grey;
	text-align: right;
}
div#copyright {
	float: left;
	color: grey;
}
div#contact {
	float: right;
	color: grey;
}