body { 
margin : 0;
background-image : url("../gfx/bg.gif");
} 

div, input, textarea { 
font-size : 11px;
font-family : Arial;
color : #5a656c;
line-height : 18px;
} 

a {
color : #114b72;
text-decoration : none;
}

a:hover { 
color : #306e93;
text-decoration : underline;
}

input, textarea {
border-width:1px;
border-color:#CCCCCC;
border-style:solid;
background-color:#FFFFFF;
padding:2px;
}

input {
height:23px;
}