body { 
background-color: #000000;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #D0E0F0;
}

a:active {background: #000000; color: #6996AB; text-decoration: none;}
a:link {background: #000000; color: #6996AB; text-decoration: none;}
a:visited {background: #000000; color: #6996AB; text-decoration: none;}
a:hover {background: #000000; color: #D0E0F0; text-decoration:overline underline;
}


textarea {
color: #D0E0F0;
background: #000000;
border: 1px solid #6996AB;
}

#textarea { 
position: absolute; 
left: 480px;
top: 100px;
width: 500px;
height: 100px;
overflow: auto;
padding: 10px;
background: #000000;
text-align: left;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #D0E0F0; 
}





















