body { 
background-color: #98B4AC;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #78522B;}

a:link {color: #C7D9CE; text-decoration: none;}
a:active {color: #C7D9CE; text-decoration: none;}
a:visited {color: #C7D9CE; text-decoration: none;}
a:hover {color: #2F697F; text-decoration:none;}


textarea {
color: #2A465C;
background: #C7D9CE;
border: 1px solid #2A465C;
}


#textarea { 
position: absolute; 
left: 300px;
top: 300px;
width: 500px;
height: 100px;
overflow: auto;
padding: 10px;
text-align: center;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #2A465C; 
z-index: 2;
}



