/* CSS Document */
body {
    margin: 0px;  
	padding: 0px; 
	text-align: center;
	background: #000
	}

p {
	color: #555;
	font-size: 12px;
	font-family: Georgia, serif;
	line-height: 22px;
	text-align: left;
    }
h1 {
    color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin: 5px 0 18px;
	font-family: Georgia, serif;
	line-height: 24px;
    }
h3 {
    color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 18px;
	font-family: Georgia, serif;
	line-height: 15px;
    }
h2 {
    color: #83b817;
	font-size: 20px;
	margin: 5px 0 18px;
	font-family: Georgia, serif;
	line-height: 24px;
	text-align: left;
    }
li {
    color: #555;
	}
li a {
	color: #df6812;
    text-decoration: underline;
	}	
li a:hover {
	color: #df6812;
    text-decoration: none;
	}	
a {
	color: #df6812;
	text-decoration: underline;
	}
a:hover {
	color: #df6812;
    text-decoration: none;
	}
.bold {
    font-weight: bold;
    }
.small {
    color: #333;
	font-size: 11px;
	font-family: Tahoma,Verdana, serif;
	line-height: 18px;
	text-align: left;
    }
.fineprint {
    color: #333;
	font-size: 9px;
	font-family: Tahoma,Verdana, serif;
	line-height: 16px;
	text-align: left;
    }

