/* CSS Document */

body {
	background-color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #626262;
}
#content {
	padding: 2em;
}
h1 {
	font-size: 1.5em;
}
#nav {
	
}
#nav a:link {
	color: white;
	text-decoration: none;
}
#nav a:visited {
	color: silver;
}
#nav a:hover {
	background: white;
	color: black;
}
#nav a:active {
	color: blue;
}
.center {
	text-align:center;
}

