
#titlebar {
position : absolute;
left : 90px;
top : 15px;
width : 800px;
padding : 3px;
color : #000000;
}

#navigation {
position : absolute;
left : 90px;
top : 300px;
width : 500px;
padding-left : 10px
color : #006699;
padding : 3px;
font-family : "arial", serif;
font-weight : bold
font-size : 20pt}
a { color: #006699; }
a:hover { color: #000066; }

#body {
position : absolute;
left: 240px;
top : 170px;
width : 550px;
margin : 100px;
padding : 3px;
background-color : #ffffff;
}


p { color : #006699; font-family : "arial", serif; font-size : 12pt;}
h1 { color : #ff9966; font-family : "arial", serif; font-size : 24pt; font-weight : bold}
h2 { color : #ff9966; font-family : "arial", serif; font-size : 14pt}

.hiddenlink {color : #006699; font-family : "arial", serif; font-size : 18pt}
.hiddenlink2 {color : #ff9966; font-family : "arial", serif; font-size : 12pt; font-weight: bold}


