h1 {
  text-align: center;
  font-family: Monotype Corsiva;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  letter-spacing:10px;
  line-height: 66%;
}

h2 {
  text-align: center;
  font-family: Serif;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  letter-spacing:2px;
  line-height: 66%;
}

h3 {
  text-align: center;
  font-family: Monotype Corsiva;
  font-size: 125%;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  letter-spacing:2px;
  line-height: 50%;
}

h4,h5 {
  text-align: center;
  color: white;
  font-size: 90%;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  letter-spacing:1px;
  line-height: 90%;
}

.styling{
 background-color:white;
 color:white;
 text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
 font: bold 22px Monotype Corsiva;
padding: 3px;
}

a:link {  
    text-decoration: none;  
 color:white;
 text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}  

a:hover {  
    color:navy;
} 
a:visited {  
 color:white;
 text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    text-decoration: none;  
} 

