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

body, html{
	background-color:#000;
	margin:0px;
	height:100%;}
	
a:focus {
	outline:none;

}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#CCC;
	margin-top: 4px;
	margin-bottom: 10px;
	}
	
ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:19px;
	color:#CCC;

	}

h1{	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#CCC;
	text-transform:uppercase;
	}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#999;
	text-transform:uppercase;
	margin-bottom: 0px;
}


a:link{
	color:#FFF;
	text-decoration:none;
}
	
a:visited{
	color:#FFF;
	text-decoration:none;
}
	
a:hover{
	color:#FFF;
	text-decoration:underline;
}
	
a:active{
	color:#FFF;
	text-decoration:underline;
}

