body {  
background-repeat: repeat-x;
background-color: #63C4EF;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #293A4A;
}

a:active {color: #ffffff; text-decoration: none;}
a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:hover {color: #2471B9; text-decoration:none;
}

 
textarea {
color: #293A4A;
background: #ffffff;
border: 1px solid #293A4A;
}



#textarea { 
position: absolute; 
left: 150px;
top: 150px; 
width: 600px;
height: 350px;
padding: 5px;
text-align: left;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #293A4A;
z-index: 1; 
}

#listmenu {  
position: absolute; 
left: 20px;
top: 200px;
width: 100px;
height: 100px;
background-color: #000000;
text-align: center;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px;
color: #ffffff;
margin: 0px;
padding: 10px;
z-index: 1; 
}

.header {
background: #63C4EF;
font-family: tahoma, verdana, sans-serif; 
font-size: 14px;
font-weight: bold; 
color: #1C2023; 
border-width: 0px 0px 1px 0px; 
border-style: solid;
border-color: #2471B9;
text-transform: uppercase;
text-align: center;
margin: 0px;
padding: 1px;
}
.menuheader {
background: #000000;
font-family: tahoma, verdana, sans-serif; 
font-size: 14px;
font-weight: bold; 
color: #107EE0; 
text-align: center;
text-transform: uppercase;
margin: 0px 0px 3px 0px;
border-width: 0px 0px 1px 0px; 
border-style: solid;
border-color: #4A7089;
}



