body {
    background-color: #B0C4DE;
    background:url(graphics/background_sky.jpg);
    background-attachment:fixed;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    margin: 10px 0px 0px 200px;
    width: 750px;
}
h1
{
    font-family: "Comic Sans MS", sans-serif;
    font-size: 18pt;
    font-weight: bold; 
    color: #FF0000
}
h2
{
    font-family: Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold
}
h3
{
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold
}
h4
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold
}
p
{
    font-family: Arial, sans-serif;
    font-size: 12pt
}
.links {
    color: #444;
    font: bold 8pt Arial, sans-serif;
    margin-bottom:-.25em;
}
.credits {
    font: normal 8pt Arial, sans-serif;
    margin-top: -.25em;
}
ol
{
    font-family: Arial, sans-serif;
    font-size: 10pt
}
ul
{
    font-family: Arial, sans-serif;
    font-size: 10pt
}
dl
{
    font-family: Arial, sans-serif;
    font-size: 10pt
}
li
{
    font-family: Arial, sans-serif;
    font-size: 10pt
}
img {
    border: 0px;
}
.justify
{
    text-align: justify;
    font-size: 1.1em;
}
.center
{
    text-align: center;
}
.small
{
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color: #000000
}
.large
{
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #000000
}
.reg
{
    font-family: TimesRoman, serif;
    font-size: 10pt;
    color: #000000
}
.pic-right
{
    float: right;
    margin-bottom: 5px;
    margin-left: 10px
}
.pic-left
{
    float: left;
    margin-bottom: 5px;
    margin-right: 10px
}
.links 
{
    color: #ff0000;
    margin-top: -5px;
}
.links:link
{
    color: #ff0000;
}
a:link 
{
    color: #000000;
    text-decoration: underline;
}
a:visited 
{
    color: #404040;
    text-decoration: underline;
}
a:hover 
{ 
    color: #ff0000; 
    text-decoration: none;
}
a:active 
{
    color: #000000;
    text-decoration: none;
}
#contentarea {
  /*background-color: #81A7CE;*/
  padding: 0px 10px;
}