h1 {
	color: #fff;
	padding: 4px;
	background-color: #696;
	font-family: Arial, Helvetica, sans-serif;
} 
div {
		position: relative;
		height: 12px;
		background:#009933;
		margin:5px 0px 5px 0px;
}

li {
	color: #336600;
	float: left;
	list-style: none;
	font-size: 12px;
	margin:0px 2px 0px 2px;
}
li a {
	text-decoration: none;
	color: #336600;
	height: 15px;
	width: auto;
	font-size: 12px;
}
li a:hover{
	color: #339900;
	text-decoration: none;
	width: auto;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
