/* CSS Document */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333333;
}

body
{
background-image: url(images/paper.gif);
}

b, strong
{
font-weight: 900;
}

a:active
{
color:  #009900;
text-decoration: underline;
font-weight: bold;
}

a:link
{
color: #009900;
text-decoration: underline;
font-weight: bold;
}

a:visited
{
color: #009900;
text-decoration: underline;
font-weight: bold;
}

a:hover
{
color: #006600;
text-decoration: none;
font-weight: bold;
}

.content  a:active
{
color: #3A5FCD;
text-decoration: underline;
font-weight: 200;
}

.content  a:link
{
color: #3A5FCD;
text-decoration: underline;
font-weight: 200;
}

.content  a:visited
{
color: #3A5FCD;
text-decoration: underline;
font-weight: 200;
}

.content  a:hover
{
color: #27408B;
text-decoration: none;
font-weight: 200;
}

.footer  a:active
{
color: #ffffff;
text-decoration: none;
}

.footer  a:link
{
color: #ffffff;
text-decoration: none;
}

.footer  a:visited
{
color: #ffffff;
text-decoration: none;
}

.footer  a:hover
{
color: #006600;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #009900;
}

h1
{
font-size: 36px;
}

h2
{
font-size: 24px;
}

h3
{
font-size: 16px;
}

.green h3
{
color: #FFFFFF;
}

hr
{
background-color: #B5F0AA;
}

