
body { 
	 
    margin: 0px; font-style:normal; 
    font: normal 12pt Georgia;    
    font-family: Georgia,Trebuchet MS, Helvetica;
    font-size: 12px;
    text-align: justify;
    background-color: #171717;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

   }
   
h3 { 
	font: normal 16pt Georgia,Trebuchet MS, Helvetica; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}

h4 { 
	font: normal 14pt Georgia,Trebuchet MS, Helvetica;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}

h5 { 
	font: normal 13pt Georgia,Trebuchet MS, Helvetica; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}

td {
    font: normal 12pt Georgia,Trebuchet MS, Helvetica;    
    font-family: Trebuchet MS; Georgia, Helvetica;
    font-size: 12px;

}

th {
    font: normal 12pt Georgia,Trebuchet MS, Helvetica;;    
    font-family: Georgia,Trebuchet MS, Helvetica;
    font-size: 12px;

}


  
a:link, a:visited {

	font-weight : normal; 
    text-decoration : none;
    color: #A3B215;
    background: transparent; 
    }


a:hover {

	font-weight : normal; 
    text-decoration : underline;
    color: #A9B717;
    background: transparent; 
    }


a:active {

	font-weight : normal; 
    text-decoration : none;
    color: #993300;
    background: transparent;  
    }
   