body {
background-color : #858688;
cursor : crosshair;
}

body, font, table, div {
color : #000000;
font-size : 11px;
font-family : georgia;
}

a, a:active, a:visited {
color : #AAAAAA;
font-size : 11px;
font-family : georgia;
text-decoration : none;
}

a:hover {
color : #FFFFFF;
cursor : hand;
text-decoration : none;
}

input, textarea, select {
background-color : #FFFFFF;
border : 1px solid #000000;
color : #000000;
font-size : 11px;
font-family : georgia;
font-weight : none;
}

.header {
color : #000000;
font-family : Trebuchet MS;
font-size : 11px;
text-decoration : none;
font-weight : bold;
border-bottom: 1px solid #858688;
letter-spacing : 1px;
margin-left : auto;
margin-right : auto;
text-align : center;
} 