/* basic styles */

 body {
       background-image: url(aaabgimg2.gif);
       background-attachment: fixed;
       color: #000000;
       margin-left: 10%;
       margin-right: 5%;
       font-family: Arial, Garamond, sans-serif;
  }
 pre {
      font-family: monospace;
  }
 h1 {
     margin-top: .5em;
     margin-bottom: 1em;
     font-family: Garamond, Arial, sans-serif;
     font-size:250%;
     font-weight: bold;
     text-align: center;
  }
 h2 {
     margin-top: 0em;
     margin-bottom: 0em;
     font-family: Arial, Garamond, sans-serif;
     font-size:150%;
     font-weight: bold;
     font-style: Italic;
     text-align: center;
  }
 h3 { 
       margin-top: 0em;
       margin-bottom: 3em;
       font-family: sans-serif, serif;
       font-size:85%;
       color: "#C20000"
  }
h4 { margin-left: -8%;
       font-family: sans-serif, serif;
       margin-top: 0em;
       margin-bottom: 0em;
       font-size:110%;
       font-weight: bold;
  }
h5 { 
       margin-top: 0em;
       margin-bottom: 0em;
       font-family: Arial, Garamond, sans-serif;
       font-size:125%;
       font-weight: bold;
       text-align: center;
  }
h6 {   font-size: 70%;
       font-family: Arial, Garamond, sans-serif;
       /*  font-weight: bold;
           color: yellow;  */
  }
 p {
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 110%;
  }
 em {
    font-style: normal;
    font-weight: bold;
    color:#900000;
  }
 /* strong {
    text-transform: uppercase;
    font-weight: bold;
  }
 div.box {
    border: solid;
    border-width: thin;
    width: 100%;
  }
 div.color {
    background: #FFFFFF;
    padding: 0.5em;
    border: none;
  } */

a:link    { text-decoration: none;
            color: blue;
            font-weight: normal; } /* Unvisited Links */
a:visited { color: maroon;
            font-weight: normal; } /* Visited Links   */
a:active  { color: white; } /* On Mouse Click  */
a:hover   { text-decoration: underline;
            font-size: 150%;
            color: black;
            font-weight: bold;
            background-color: yellow; } /* Graphical Display */