body 
{ 
background-color: rgb(0,0,128);
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
color: black;
}

a:link
{
color: blue;
background-color: transparent;
text-decoration: none;
}

a:visited
{
color: red;
background-color: transparent;
text-decoration: none;
}

a:active
{
color: green;
background-color: transparent;
text-decoration: none;
}

a:hover
{
color: blue;
background-color: rgb(219,218,224);
text-decoration: none;
}

/* font for page title  */
h1
{
font-family: Verdana, Arial, sans-serif;
font-size: 30pt;
font-weight: bold;
font-style: italic;
color: rgb(15,2,92);
}

/* font for paragraph header */
h2
{
margin: 0px 0px 0px 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 14pt;
font-weight: bold;
color: rgb(192,0,0);
}

/* font for footnote */
h3
{
font-family: Arial, Verdana, sans-serif;
font-size: 8pt;
font-weight: normal;
color: white;
}

/* font for left column stats  */

h4
{
margin: 0px 0px 0px 0px;
font-family: Arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: black;
}

/* secondary font for page title  */
h5
{
font-family: Verdana, Arial, sans-serif;
font-size: 16pt;
font-weight: bold;
font-style: italic;
color: rgb(15,2,92);
}

a.littlelink
{
margin: 0px 0px 0px 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;
color: #dfe8ff;
}


#centercontent 
{ 
top:0px;
background:white;
width:750px;
background:rgb(251,251,253);
border:0px solid green;
text-align: justify;
}


