
  body {
    background-color: #663333;
    color: #CC9966
  }
  a:link {color: #FFCC33}    /* unvisited link */
  a:visited {color: #FF3333}  /* visited link */
  a:hover {color: #FF0000}   /* mouse over link */
  a:active {color: #FFCC66}  /* selected link */

  h2 {
    font-family: arial black;
    font-size: medium;
    font-style: oblique;
    text-decoration: underline
  }

  p.plain {
    font-family: arial,helvetica;
    font-size: small;
    font-style: oblique;
    font-weight: normal
  }

  p.small {
    font-family: arial,helvetica;
    font-size: x-small;
    font-style: italic;
    font-weight: normal
  }
   
   /* fall colors: orange, yellow, red, brown */
   /* <body bgcolor="#663333" vlink="#FF3333" link="#FFCC33" alink="#FFCC66" text="#CC9966"> */