/*This is the core style sheet of the Lee Cave-Berry site.*/

body {
    
    background-color:#00004C;
    color:#ffffff;  
    font-size:18px;

    
    width:800px;
    
  
}

  a:link {

color: #FFFFFF;
font-size:18px;


text-decoration:none;


}  

H1 {
 COLOR:yellow;
}


a:visited {
color:yellow;
}

a:hover {
  color:green
}

a:active {
 color:white; 

}
v:link {

color:white;

}

