
body {
	color: #F5F5F5;
	background-color: #0F0F0F;
	margin-top: 40px;
}

h1, h2 {
	text-align: center;
	font-family: "Courier", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4em;
}

h3 {
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 2em;
	}



#container {
	width: 600px;
	height: 200px;
	border: 0px solid #999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 40px;
}


#navbar {
	border: 0px solid #999;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px;
}


.access {
	width: 180px;
	height: 120px;
	border: 0px solid #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
}


a {
	color: #E6E6E6;
	text-decoration: none;
}

a:visited {
	color: #AEAEAE;
}

a:hover {
	color: #999999;
	background-color: #42240C;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}


p {
	display: inline;
	font: 125% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}



