/* web-safe color names: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, 
silver, teal, white, and yellow */

body
{
background-color: #FFFFFF;
/* background-color: yellow; */
}

h1,h2,h3,h4,h5,h6,p,table,li
{
/* font-family: verdana, arial, 'sans serif'; */
font-family: Arial, Helvetica, 'sans serif';
}

h1
{
color: #000099;
text-align: center;
margin-bottom: 0;
}

h2
{
color: #000099;
text-align: left;
margin-bottom: 0;
}

h3
{
color: #000099;
text-align: center;
}

h4
{
color: #000099;
text-align: center;
}

h5
{
color: #000099;
text-align: left;
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
margin-bottom: 0;
}

h6
{
color: #000099;
text-align: left;
font-size: 12pt;
font-weight: normal;
text-decoration: underline;
margin-top: 0;
margin-bottom: 0;
line-height: 150%;
}

ul
{
color: #000099;
}

p.address
{
font-size: 10px;
color: #000099;
text-align: left;
margin-top: 0;
margin-bottom: 0;
}

p.body
{
color: #000099;
text-align: left;
margin-top: 0;
margin-bottom: 0;
}

p.nav
{
color: red;
font-weight: bold;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

p.img
{
color: black;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

table.nav
{
background-color: #000099;
}

a:link    
{
color: #0000FF;
text-decoration: none;
}

a:visited 
{
color: #0000CC;
text-decoration: none;
}

a:active  {
color: red;
text-decoration: none;
}

/* a:hover   {color: red} */