



/*
CSS for Basic site*/

body {
       font-family:verdana,helvetica,arial, sans-serif;
       
        background-color: 222222; 
     line-height: 125%;
       border: 0 px solid white;
       padding:15;
       margin: 10px;
        font-size: x-small;
}




a {
       font-weight: bold;
    
}

a:link {
      
       color: gold;
}


a:visited {
      
       color: gold;
}

a:hover {
          text-decoration: none;
          color: red;
          background-color; navy;
}


a:active {
      
       color: red;
       background-color:white;
}



