body 
{
background-color:#000000;
margin:0px;
}

p            
{ 
 font-size: 15pt; 
 font-family: Verdana; 
 color: #59411f; 
 text-align: justify ;
}

h1
{
 font-size: 20pt; 
 font-family: Verdana; 
 color: #59411f; 
}

.state
{
 font-size: 10pt; 
 font-family: Verdana; 
 color: #201f1c; 
}

/* ---------------------------------------------------------------------- */
/* Links----------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

a:link          
{ 
text-decoration: none;
color: #00ff1b;
}
a:visited       
{ 
text-decoration: none;
color: #00ff1b;
}
a:active        
{
text-decoration: none;
color: #00ff1b;
}
a:hover         
{ 
text-decoration: underline;
color: #00ff1b;
}


