@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
}

a {
	color: white;
	text-decoration: none;
	padding: 7px;
}

a:hover {
	background: #63722c;
}