h1 {
  font-size: large;
 text-decoration: underline;
}

h2 {
 font-family: Arial;
 font-size: larger;
}
h3 {
 font-family: Arial;
 font-style: italic;
 font-size: larger;
}
a:hover { font-weight: bold;
          color:#000080; }
