BODY { background-color: #FF9933 }

a:link { color: yellow;
         background: transparent;
         text-decoration: none }

a:visited { color: yellow;
            background: transparent;
            text-decoration: none }

a:active { color: red;
           background: transparent;
           text-decoration: none }

a:hover { color: red;
  text-decoration: none;
  background: transparent }

p { color: white;
    font-family: "Comic Sans MS";
    font-size: 10pt }

h1,h2,h3 { color: white;
           font-family: "Comic Sans MS";
           font-size: 10pt }

td { color: white;
     font-family: "Comic Sans MS";
     font-size: 10pt }

dd,small { color: white;
           font-family: "Comic Sans MS";
           font-size: 10pt }

dt { color: white;
     font-family: "Comic Sans MS";
     font-size: 10pt;
     font-variant: small-caps }