body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 100%;
color: #FFC;
background-color: #2b8e94;
margin: 0em;
line-height: 130%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 20px;
}


.stylecolor {color: #FFFF99}


p {}

h1 {
font-family: Arial, Helvetica, sans-serif;
line-height: 130%;
color: #FFC;
font-weight: bold;
font-size: 120%;
margin-top: 20px;
margin-bottom: 20px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
line-height: 130%;
color: #FFC;
font-weight: bold;
font-size: 110%;
margin-top: 10px;
margin-bottom: 10px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
color: #CCC;
font-weight: bold;
font-size: 110%;
margin-top: 10px;
margin-bottom: 10px;
}

.body {}
  
.body a:link {
color: #FFC;
text-decoration: underline;
background-color: #105952;
}
  
.body a:visited {
color: #FFC;
text-decoration: underline;
background-color: #105952;
}
  
.body a:hover {
color: #105952;
background-color: #FFC;
text-decoration: none;
}

.footer {
font-family: Verdana, Helvetica, sans-serif;
font-size: 70%;
color: #999;
}
  
.footer a:link {
color: #999;
text-decoration: underline;
background-color: #FFC;
}

