body
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #oooooo;
	}
#content{
	margin: 0 auto;
	width: 780px;	
}
#menu{
	margin: 0 auto;
	width: 100%;
	padding-left: 15px;
	z-index:1;
	height: 35px;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
	
