body   {
background-color: #66cc99;

}

p.head  {
font-size: 14pt;
text-decoration: underline;
text-align: center;
}

p.subhead{
font-size: 12pt;
font-weight: bold;
text-decoration: none;
background-color:#CCFFFF;
text-align: left;
}

div.header  {
position:absolute; 
top:50px; 
left:150px; 
width:650px;
height:200px;
background-color:#006699; 
padding:5px; 
font-color:#FFFFFF; 
font-size:25pt; 
text-align:center;
}

div.navigation  {
position:absolute; 
background-color:#006699; 
top:200px; 
width:650px; 
left:150px; 
height:25px;
padding:5px;
word-spacing: 20px;

}

div.text  {
position:absolute; 
background-color:#FFFFFF; 
top:225px; 
width:650px; 
left:150px; 
height: 400px;
padding:10px;
border-style: solid;
border-width: 2px;
border-color: #006699;
z-index:1;
overflow: auto;


}

div.footer  {
position:absolute; 
top: 625px;
width: 650px;
left: 150px;
height: 50px;
padding: 5px;
color: white;
font-size: 10pt;
background-color: #006699;
z-index:0;
}

a.nav:link   {
color:#FFFFff;
text-decoration:none;
font-weight:bold;
}

a.nav:active   {
color:#FFFFff;
text-decoration:underline;
font-weight:bold;


}
a.nav:hover   {
color:#FFFFff;
text-decoration:underline;
font-weight:bold;
}

a.nav:visited  {
color:#FFFFff;

font-weight:bold;
}

a:link   {
color:#000000;
text-decoration:none;
font-weight:bold;
}

a:active   {
color:#000000;
text-decoration:underline;
font-weight:bold;
}
a:hover   {
color:#000000;
text-decoration:underline overline;
font-weight:bold;
}
a:visited  {
color:#999999;
text-decoration:none;
font-weight:bold;
}
a.foot:link   {
color:#FFFFff;
text-decoration:none;
font-weight:bold;
}

a.foot:active   {
color:#FFFFff;
text-decoration:none;
font-weight:bold;

}
a.foot:hover   {
color:#FFFFff;
text-decoration:underline;
font-weight:bold;
}
a.foot:visited  {
color:#FFFFff;
text-decoration:none;
font-weight:bold;
}