a:link, a:active, a:visited
{
color: #cf9481;
text-decoration: underline;
font-weight:bold;
}

a:hover
{
color:#000;
text-decoration: none;
cursor: crosshair;
}

select
{
color:#000;
font: 7pt/10px trebuchet ms;
background: #fff;
border: 1px solid #cf9481;
}

textarea, input
{
color:#000;
font: 7pt/10px trebuchet ms;
background: #fff;
border: 1px solid #cf9481;
}

.top
{
position:absolute;
top:0;
left:0;
}

#write
{
background: #Fff;
padding: 1px;
margin-bottom:15px;
position:absolute; 
left:240px; 
top:150px;
width:270px;
}

body
{
color:#000;
font: 7pt/10px trebuchet ms;
background: #000;
cursor: default;
}