body {
  padding-left: 1em;
  font-family: Georgia, "Times New Roman",
        Times, serif;

  color: #00005A;
  background-color: #B0C4DE}

H1 { text-align: center; }
H1 { font-family: Verdana, sans-serif; }
H1 { font-style: normal; font-weight: bold; }
H1 { font-size: 95%; }

H1l { font-family: Verdana, sans-serif; }
H1l { font-style: normal; font-weight: bold; }
H1l { font-size: 95%; }

H2 { text-align: center; }
H2 { font-family: cursive; }
H2 { font-weight: bold; }
H2 { font-size: 225%; }

H3 { text-align: center; }  /* page headings */
H3 { font-family: Verdana, SANS-SERIF; }
H3 { font-weight: bold; }
H3 { font-size: 150%; }

subtitle { font-family: cursive; }
subtitle { font-weight: bold; }
subtitle { font-size: 175%; }

subhead { font-family: Verdana, SANS-SERIF; }
subhead { font-weight: bold; }
subhead { font-size: 110%; }

subhead2 { font-family: Verdana, SANS-SERIF; }
subhead2 { font-size: 110%; }

small { text-align: center; }
small { font-family: Verdana, sans-serif; }
small { font-size: 25%; }



:link { color: #0000CD; }  /* for unvisited links */
  :visited { color: #00005A } /* for visited links */
  a:active { color: rgb(255, 0, 102); } /* when link is clicked */
  a:hover { color: red; } /* when mouse is over link */



 /* navbar specs follow */
 ul.navbar {
list-style-type: none;
   padding: 0;
   margin: 0;
    top: 2em;
    left: 0.02em;
    width: 9.7em }
ul.navbar li {
    /* background: #000058; */
    margin: 0.1em 0;
    padding: 0.10em;
    /* border-right: 0.20em solid #B8860B; */
    border-right: 0.5em solid #D90000;
    border-bottom: 0.01em solid red;
    border-top: 0.01em solid red;
    border-left: 0.1em solid red }
  ul.navbar a {
    text-decoration: none;
    font-family: Verdana, sans-serif; 
    font-size: 87%; }


 /* navbar2 specs follow */
 ul.navbar2 {
list-style-type: none;
   padding: 0;
   margin: 0;
    top: 1em;
    left: 25em;
    width: 5.5em }
ul.navbar2 li {
    /* background: #000058; */
    margin: 0.1em 0;
    padding: 0.1em;
    /* border-right: 0.25em solid #B8860B; */
    border-right: 0.3em solid #D90000;
    border-bottom: 0.01em solid red;
    border-top: 0.01em solid red;
    border-left: 0.01em solid red }
  ul.navbar2 a {
    text-decoration: none;
    font-family: Verdana, sans-serif; 
    font-size: 80%; }


