@charset "utf-8";
/* CSS Document */

#banner {
	position: absolute;
	top: 0px;
	height: 109px;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	left: 0px;
	background-color: #696969;
}
#table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	top: 13px;
	left: 4px;
}
#table #hearsay {
	font-size: 9px;
	color: #C0EAFE;
	padding-left: 0px;
}
#table #nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	word-spacing: 20pt;
	padding-bottom: 10px;
}
#table #feed {
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #669999;
	color: #FFFFFF;
}
#table .header {
	font-size: 16px;
	font-weight: bold;
}

#table #nav a, a:active, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 19px;
}
#table #nav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#table #text {
	vertical-align: top;
	position: absolute;
	top: 150px;
	width: 430px;
	text-align: justify;
	margin-left: 3px;
}

