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

body {background-color:#000;
color:#999999;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h2{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 110%;
 
}

h4, h5{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 105%;
 
}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

a{color:#FF0
}


