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

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000033;
	background-color: #09101A;
	
	
		
	
}




h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	font-size:18px;
}


h2
{
	font-family:Georgia, "Times New Roman", Times, serif
	color:#660000
	font-size:14px;
}


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