  A         { text-decoration: none; }
  A:hover   { text-decoration: underline; }
  A:link    { color: #10316B; }
  A:visited { color: #990000; }
  A:active  { color: red; }

  BODY      { background-color: #FFE8D0;
              background-image: url(sandybgrnd.jpg);
              font-family: Verdana, Arial, Helvetica;
              font-size: 12pt;
              font-style: none;
              font-weight: regular;
              text-align: left;
              color: black;
            }
  TD.nav    { font-size: 13pt;
              font-style: oblique;
              font-weight: bold;
              text-align: left;
              background_color: #FCB24C;
            }
  SPAN.dot  { font-size: 13pt;
              color: #10316B;
              color: orange;
            }
  DIV.cnt   { font-size: 7pt;
              text-align: center;
              color: maroon;
            }
  UL        { background_color: #10316B;
              margin-top: 0;
            }
  SPAN.A    { text-decoration: underline;
            }
  P.about   { background_color: #10316B;
            }
  P.links   { font-size: 13pt;
              font-style: none;
              font-weight: regular;
              text-align: left;
            }
  H1        { font-size: 20pt;
              font-weight: bold;
              font-style: oblique;
            }