@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:875px;
	margin:0 auto;
	text-align:left;
}

body {
	background-color:#000000;
	text-align:center;
	color:#e9fde5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	letter-spacing:4px;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#477135;
	margin:40px 0 8px 0;
	}
	
a:link {
	font-weight: bold;
	color: #90b87e;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #90b87e;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
img {
	border:0
}
