/*
CSS for Basic site*/

body {
       font-family:verdana,helvetica,arial, sans-serif;
       background-color: #999999; #e2edff;
       line-height: 125%;
       padding:15px;
       
}       
  

li {
    font-size=x-small;
     color: black
}


h1 {
    font-family:"Trebuchet MS", arial, helvetica, sans-serif;
    color: blue;
    font-size=medium;
    font-weight: normal;
    text-decoration: none;
}

p {
   font-size: x-small;
    font-weight: normal;
   color: black
}





a {
       font-weight: bold;
    
}

a:link {
      
       color: black;
}


a:visited {
      
       color: black;
}

a:hover {
          text-decoration: none;
          color: red;
          background-color; navy;
         
}


a:active {
      
       color: red;
       background-color:navy;
}


