body, p, td, li
{color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size: 12px}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

h1, h2, h3, h4, h5, h6
{background-color: #F9F9F0;
color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-weight: bold}
body {SCROLLBAR-FACE-COLOR: #79B540;
SCROLLBAR-HIGHLIGHT-COLOR: #79B540; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
SCROLLBAR-BASE-COLOR: #cccccc}

h2
{}

h3
{}

h4
{}

h5
{}

h6
{}

p
{}

a:link       { text-decoration: none; color: #00A000 }
a:active     { text-decoration: none; color: #00A000  }
a:visited    { text-decoration: none; color: #00A000 }
a:hover      { text-decoration: none; color: #FD0522 }
/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */