/* body font definition */

body {font-size: 12pt;
      font-family: "arial";
      color: black;
      }

/* header links are blue, with underline */

a.head {font-family: "arial";}
a.head {font-size: 10pt;}
a.head:link {color: blue;}
a.head:visited {color: blue}
a.head:active {color: #f9f9f9}


/* nav bar links are white, no underline */

a.nav {text-decoration: none;}
a.nav {font-family: "arial";}
a.nav {font-size: 10pt;}
a.nav:link {color: white;}
a.nav:visited {color: white;}
a.nav:active {color: white;}
