body	{color: #eee;
	background-color: #333;
	}

#top {
	margin: 20px 20px 0px 15%;
	/*padding: 10px;
	border: 5px solid #ccc;*/
	background: #888;
	height: 10%;
	}
#left {
	position: fixed;
	top: 0%;
	left: 0px;
	margin: 20px;
	background: #888;
	width: 10%;
	}
#middle {
	margin: 20px 20px 20px 15%;
	padding: 10px;
	border: 5px solid #ccc;
	background: #888;
	}
	
#title	{text-align: center;
	}
	
#littlenews{
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid #000;
	width: 30%;
}
#newscaption{
	font-size: 18px;
	color:#00FF99;
	text-decoration: underline;
	}
#newsitem{
	font-weight: bold;
	}
.newsdate{
	color: #00FF99;
	}
	
p	{font-size: 14px}
a	{color: #FF9900;}
code	{font-weight: bold;
	color: #FFFFFF;}

#nav	{color: #FF9900;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	}