body {
        font-family: arial;
        color: 000066;
        background-image: url(backg.jpg);
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
     }

H1  { font-family: arial;
      font-style: bold;
      text-align: CENTER;
      color: 000066;
    }

H2  { font-family: arial;
      font-style: bold;
      text-align: CENTER;
      color: 000066;
    }

H3  { font-family: arial;
      font-style: bold;
      text-align: center;
      color: 000066;
    }

H4  { font-family: arial;
      font-style: bold;
      text-align: center;
      color: 000066;
    }

H5  { font-family: arial;
      font-style: bold;
      text-align: center;
      color: 000066;
    }


H6  { font-family: arial;
      font-style: bold;
      text-align: center;
      color: 000066;
    }

P   { font-family: arial;
      font-style: bold;
      text-align: center;
      color: 000066;
    }



a:link { color: black }
a:visited { color: black }
a:active { color: 669999 }
A:hover {color: white; background-color: 000066; text-decoration: none}