h1 {font-family: courier, serif;
	font-size: 3em;
	color: #0B610B}

ul {list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #848484;}

li {display: inline}

a {font-family: helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: #86B404;
	display: block;
	padding: 10px 10px 10px 10px;
	float: left;
	border-top: 1px solid #848484;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484}

a:hover {color: white;
		background-color: #688A08;
		border-bottom: 5px solid green}

.clear {clear: both}