BODY
{background-color: #C0C0C0;
background-image: url();
background-position: center;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;}

/* 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
{}

h1
{}

h2
{}

h3
{}

h4
{font-size: 15px;
font-style: normal;
font-weight: bolder;
text-decoration: none;
}

h5
{}

h6
{}

p
{}

a:link
{background-color: transparent;
color: black;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-decoration: none}

a:visited
{background-color: transparent;
color: black;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-decoration: none}

a:active
{text-decoration: none}

a:hover
{background-color: #8D8D8D;
color: black;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-decoration: none;}