body, td
{
font-family: arial;
font-size: 14;
color: #3D6596;
}

h2
{
font-size: 24;
}

h3
{
font-size: 24;
text-decoration: underline;
}

a:link
{
color: #3D6596;
font-style: italic;
text-decoration: none;
}

a:visited
{
color: #3D6596;
font-style: italic;
text-decoration: none;
}


a:hover
{
color: #3D6596;
font-style: italic;
text-decoration: underline;
}

.centerdiv
{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv div
{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.nav a:link
{
font-family: times;
font-size: 20;
font-style: normal;
font-stretch: expanded;
font-variant: small-caps;
text-decoration: none;
}

.nav a:visited
{
font-family: times;
font-size: 20;
font-style: normal;
font-stretch: expanded;
font-variant: small-caps;
text-decoration: none;
}

.nav a:hover
{
font-family: times;
font-size: 20;
font-style: normal;
font-stretch: expanded;
font-variant: small-caps;
text-decoration: underline;
}