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

body {
	background-color:#000;
	font-family: Verdana;
	font-size: 12px;
	color: #aaaaaa;
	}


a {
	font-family: Verdana;
	font-size: 12px;
	color: #ffb606;
	line-height: 26px;
	text-decoration: none;
	text-transform: none;
}


a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #ffb606;
	line-height: 26px;
	text-decoration: underline;
	text-transform: none;
}


h1 {
	color: #ffb606;
	font-family: Verdana;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
}


#text {
	position: relative;
	width: 482px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	display: block;
}

li {
	margin-bottom:0.8em;
	}
	
blockquote {
	font-style: italic;
	color: #ffb606;
	}