html {
	background: #4B391B;
	font-family: "ariel";
}

h1 {
	font-family: "Courier New";
	margin: 15px 0px 0px 0px;
	font-size: 70px;
	font-weight: bold;
}

h2 {
	font-family: "Courier New";
	font-size: 30px;
	margin-top: 5px;
}

.clear {
	clear: both;
}

#nav {
	font-family: "Courier New";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
}

a:active, #nav a:hover {
	color: #500000;
	text-decoration: none;
}

#nav ul {
	padding-left: 5px;
	margin-left: 5px;
}

#nav li {
	list-style: none;
	margin-bottom: 22px;
}
