a {text-decoration:none}
body { color: black; 
       background: rgb(204, 204, 153);  
       background-image: url("burlap.jpg");
       margin-left: 4%; 
       margin-right: 4%; 
       font-family: arial, sans-serif; }
:link { color: rgb(0, 0, 255) }    /* for unvisited links */
:visited { color: rgb(0, 0, 255) } /* for visited links */
pre { font-family: monospace; }
h1,h2,h3,h4,h5{ font-family: Times, Garamond, serif; font-style: italic;  }
p,ul,ol { font-family: sans-serif; }
a.hidden { text-decoration: none; color: black; }
.menu { text-decoration: none; 
        color: rgb(204, 204, 153) }
div.menu { BORDER: 0;
           PADDING: 0;
           Z-INDEX: 1;
           LEFT: 0%;
           TOP: 0%;
           FLOAT: none;
           VISIBILITY: visible;
           MARGIN: 0%;
           POSITION: fixed; }
div.foot { BORDER: 0;
           PADDING: 0;
           Z-INDEX: 0;
           LEFT: 0%;
           FLOAT: none;
           VISIBILITY: visible;
           MARGIN: 0%;
           POSITION: absolute;
           COLOR: rgb(204, 204, 153);
           BACKGROUND-COLOR: black } --> 

