/* This makes the background a light brown and sets up the
   scroll bar to be color for IE 5 or above. */
TH { background-color: #A3703B; color: Yellow; vertical-align: bottom;}
body { background-image: URL(Paper3.JPG); /* background-color: #C9BC92;*/
       scrollbar-base-color:#A3703B;
       scrollbar-face-color:#A3703B;
       scrollbar-shadow-color:Black;
       scrollbar-highlight-color:Yellow;
       scrollbar-3dlight-color:SteelBlue;
       scrollbar-darkshadow-color:Black;
       scrollbar-track-color:Yellow;
       scrollbar-arrow-color:Yellow;
       font-family: Arial, sans-serif;}
