#body {
background-color:#7FB9F9;
font-family: Verdana;
font-size: 18px;
}

#text {
text-decoration: none;
font-family: arial; 
font-size: 12pt; 
background-color: #0963C6;
color: #ffffff;
width: 180px;
height: 20px;
}

#text1 {
text-decoration: none;
font-family: arial; 
font-size: 12pt; 
background-color: #2E8CF5;
color: #ffffff;
width: 180px;
height: 20px;
}

#text2 {
text-decoration: none;
font-family: arial; 
font-size: 12pt; 
background-color: #69ADF8;
color: #ffffff;
width: 180px;
height: 20px;
}

#logo {
background-color: #ddd;
position: absolute;
left: 63;
top: 35;
width: 900px;
height: 600px;
}

#container {
background-color: #fff;
position: absolute;
left: 0;
top: 0%;
width: 900px;
height: 600px;
border: 0pt solid #ddd;
}


#headline {
position:absolute;
top: 100px;
left: 0px;
width: 500px;
height: 20px;
font-family: Verdana;
font-size: 18px;
color: #000;

z-index: 1;
}


#navilinks {
position:absolute;
top: 5px;
left: 5px;
width: 150px;
height: 400px;
font-family: arial;
font-size: 30px;
font-weight: regular;
color: #ffffff;
line-height: 24px;
z-index: 2;
}

#navilinks a:link {
text-decoration: none;
color: #ffffff;
}

#navilinks a:visited {
text-decoration: none;
color: #ffffff;
}

#navilinks a:hover{
text-decoration: none;
background-color: #7FB9F9;
color: #ffffff;
width: 160px;
height: 10px;
}

#navilinks span {
text-decoration: none;
background-color: #C5DDDA;
font-size: 11px;
font-weight: black;
color: #000;
}




