body{
font-family:Verdana,Arial,sans-serif;
text-align: center;
margin:0;
padding:0px;
border:0px;
color:#b4ff00;
background: #000000;
}

A:link					{color: #b4ff00; text-decoration:none;}
A:visited				{color: #b4ff00; text-decoration:none;}
A:hover					{color: #b4ff00; text-decoration:underline;}

#footer{
    width: 980px;
    clear: both;
    background: url(images/_general/footer_liner.gif) no-repeat top center;
    margin: 0px 0px 10px 0px; 
    font-size: 10px   
    } 
    
.footerInfo{
    padding-top: 40px;   
    color: #b4ff00;
    font-size: 10px;
    text-align: center;
    }
    
.footerInfo a{
    color: #b4ff00;
    font-size: 10px;
    text-decoration: none;
    }
    
.footerInfo a:hover{
    text-decoration: underline;
    color: #b4ff00;
    font-size: 10px;
    }