
{}

body, p, td, tr,li, div
{/* 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. 
 */ h1, h2, h3, h4, h5, h6 {color: #000000;
b {font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:  14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
i {font-family: Verdana, Helvetica, Arial, sans-serif}

h1
{}

h2
{}

h3
{}

h4
{}

h5
{}

h6
{}

p
{}

a:link
{color: #00008B;
font-family: Times New Roman,Georgia,Times;
font-size:  12px;
line-height:  17px}

a:visited
{color: #DC143C;
font-family: Times New Roman,Georgia,Times;
font-size:  12px;
line-height:  17px}

a:hover
{color: #000000;
font-family: Times New Roman,Georgia,Times;
font-size:  12px;
line-height:  17px}

a:active
{color: #FF0000;
font-family: Times New Roman,Georgia,Times;
font-size:  12px;
font-style: italic;
line-height:  17px;
text-decoration: none}