@import url("reset_05.css");

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	background-color: #000000;
}

/* navigation links */
nav ul {
	list-style: none;
}

nav ul li {
	display: inline;
}

/* copyright notice */
#copyright, #copyright a {
	text-align: center;
	text-decoration: none;
	color: #926b29;
}

#copyright {
	padding-bottom: 15px;
}

#copyright a:hover { text-decoration: underline; }
