body {
    background-color: #CCCCFF;
    color: #000000;
    font-family: Arial;
}

h1 {
   color: 000000;
   font-family: Arial;
   font-size: 16pt;
}

h2 {
  color:#000000
  font-family: Arial;
  font-size: 10pt;
  font-style: italic;
  font-weight:normal;
}

a:link, a:visited {
  background-color: #33CCFF;
  color: #000000;
  text-decoration: none;  
  font-family: Arial;
  font-size: 18pt;  
  font-style; italic
  font-weight: normal;
  border:2px

}

a:hover, a:active {
  background-color: #FFCCCC;
  color: #000000;
  text-decoration: none;
  font-family: Arial;
  font-size: 18pt;
  font-style: italic
  font-weight: normal;



}


<!--
IMG { margin-right: 15px; border:2px solid #000000; } 
-->

