
body, td, li {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #f0d26c;
border: none;

font-weight: normal;
font-style: normal;
background-repeat: no-repeat;
background-attachment: scroll;
font-size: 14px;
color: #000000; }

/* 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. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

h2, h3, h4, h5, h6 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
color: black }


h1 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 24px;
color: #000000; }

a:link {
text-decoration: none;
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

a:visited {
text-decoration: none;
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
 }

a:hover {
text-decoration: none;
color: red;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

a:active {
text-decoration: none;
color: red;
font-style: italic;
font-family: Verdana, Helvetica, Arial, sans-serif; 
}



p, ul, li, blockquote, td {
color: black;
text-align: left;
text-decoration: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 14px;
margin-left: 16px;
margin-right: 16px;
margin-top: 10px;
margin-bottom: 10px;
 }