b
{
font-style: italic;
}

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

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

select
{
color:#3d3d3d;
font: 7.5pt/14px georgia;
background: #fff;
border: 1px solid #ff96a2;
}

textarea, input
{
color:#3d3d3d;
font: 7.5pt/14px georgia;
background: #fff;
border: 1px solid #ff96a2;
padding: 1px;
}

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

.codebox
{
background: #FCDADB;
width:260px;
padding: 4px 4px 2px 4px;
}

#write
{
position:absolute; 
left: 20px; 
top:330px;
width:575px;
}

body
{
color:#3d3d3d;
font: 7.5pt/14px georgia;
background: #fff url(bg.jpg) repeat-x;
cursor: default;
}