h2
{
  color: #191970 ;
}

p
{
  color: black;
}

li
{
  color: #191970;
}

p, h1, h2, h3, ul
{
    font-family: Georgia;
}

h1
{
  color: navy;
}

body
{
    background-color: #B0C4DE; 
}

ul
{
    text-shadow: 2px 2px 4px black;
}

a:visited 
{
    color: blue ;
}

a:focus 
{
    background-color: white;
}


a:hover 
{
   border: 2px black groove;
   background-color: white;
}



#navigation li a {
  display: block ;
  background: #708090 ;
  color: #fff ;
  font: 1em "Trebuchet MS",Georgia ;
  line-height: 1em ;
  padding: 4px 0 ;
  text-align: center ;
}

h1
{
text-align: center;
margin-top: 0px;
}


