body {  
background-color: #B99761;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #7E5F40;
}

a:active {color: #ffffff; text-decoration: none;}
a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:hover {background: #B99050; color: #040302; text-decoration:overline underline;
}

 
textarea {
color: #7E5F40;
background: #E7DBC7;
border: 1px solid;
bordercolor: #7E5F40;
}



#textarea { 
position: absolute; 
left: 375px;
top: 130px; 
width: 500px;
height: 295px;
overflow: auto;
padding: 5px;
text-align: left;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #7E5F40; 
}



