/* make body text blue with 12pt Comic Sans Serif */
body {font-size: 12pt;
      font-family: "Arial";
      color: black;
      line-height: 16pt;
      margin-left: 10pt;
      margin-right: 10pt;}

h1 {font:14pt Arial;
    line-height: 30pt;}

h2 {font:12pt Arial;
    line-height: 22pt;}

/* Underline links, make all links red.
   Make links flash red when activated.
*/
a {text-decoration:underline;}
a:link {color:navy;}
a:visited {color:burgundy;}
a:active {color: navy;}
a:hover {color: red;}


