
div.header  {
position:absolute; 
top:50px; 
left:150px; 
width:650px;
height:100px;
background-color:#006699; 
padding:5px; 
text-align:center;
}

div.navigation  {
position:absolute; 
background-color:#003366; 
top:140px; 
width:650px; 
left:150px; 
padding:5px;
word-spacing:20px;
}

div.text  {
position:absolute; 
background-color:#FFFFFF; 
top:170px; 
width:650px; 
left:150px; 
height:300px;
padding:10px;
overflow: auto;

}


div.footer {
position:absolute; 
top:470px; 
left:150px; 
width:650px;
height:25px;
background-color:#E7F8FA; 
padding:2px; 
font-size:10pt; 
text-align:center;
}

a.nav:link   {
color:#FFFF33;
text-decoration:none;
font-weight:bold;
}

a.nav:active   {
color:#FFFF33;
text-decoration:none;
font-weight:bold;

}
a.nav:hover   {
color:#FFFF33;
text-decoration:underline;
font-weight:bold;
}
a.nav:visited  {
color:#FFFF33;
text-decoration:none;
font-weight:bold;
}
a:link   {
color:#000099;
text-decoration:none;
font-weight:bold;
}

a:active   {
color:#000099;
text-decoration:none;
font-weight:bold;
}
a:hover   {
color:#000099;
text-decoration:underline;
font-weight:bold;
}
a:visited  {
color:#006633;
text-decoration:none;
font-weight:bold;
}