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