/* CSS Document */

body{ background-color: black;} 
p {
	color: #B0BD22;
	font-size: 14px;
} 
h1{ color: #B0BD22; font-family: arial; font-weight: 100; font-size: 16px; }
li{
	color: #B0BD22;
	font-family: arial;
	font-weight: 100;
	font-size: 14px;
}
a {
	color:#FFFFFF;
	font-size: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #B0BD22;
}

