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

nav {width: 100px}

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

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

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