@charset "utf-8";
	
html, body {
	background: #666633;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
}

table#main {
	width: 740px;
	height: 100%;
	border-width: 0px;
}

td#header {
	height: 100px;
	color: #cccccc;
}

td#navigation {
	height: 50px;
	color: #cccccc;
}

td#container {
	color: #cccccc;
}

td#footer {
	height: 50px;
	color: #cccccc;
}

a {color: #ffffff; text-decoration: none;}
a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:active {color: #770000; text-decoration: none;}
a:hover {color: #770000; text-decoration: none;}

.logo {
	background-color: #CCCC99;
	color: #333333;
}

.unixdate {
	color: #222222;
	font-style: italic;
}

.highlight {
	background: #ffff00;
	color: #222222;
}
