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

body {
	background: #000000;
	margin-top: auto;
	top: 0px;
	font-family: verdana;
	color: #999999;
	font-size: 12px;
	line-height: 11px;
	overflow: hidden;	
}
body.intro {
	background: #000000;
	margin-top: auto;
	top: 0px;
	font-family: verdana;
	color: #999999;
	font-size: 12px;
	line-height: 11px;
	overflow: hidden;	
}
body.main {
	background: #000000;
	margin-left: 20px;
	margin-top: auto;
	top: 0px;
	font-family: verdana;
	color: #999999;
	font-size: 12px;
	line-height: 11px;
	overflow: scroll;	
}
H1 {
	font-family: Verdana;
	color:#FFFF99;
	font-size: 13px;
	line-height:12px;
}