html, body
{  
margin:0px;  
padding:0px;  
font-family: trebuchet MS, tahoma;
color:#6a9383; 
font-size: 11px; 
line-height:15px;
background-color: #0d0d0d;
}  

a:visited,  a:link 
{
color: #89ba86;
text-decoration: none;
}

a:hover, a:active 
{
color: #000000;
text-decoration: none;
border-bottom: 2px solid #0e6521;
background-color:#dedede;
}

p 
{
margin: 10px 5px 10px 15px;
padding: 0px;
text-align: left;
}

