body {
background-color : #E8F5FB;
cursor : crosshair;
}

body, font, table, div {
color : #000000;
font-size : 11px;
font-family : georgia;
}

a, a:active, a:visited {
color : #FFFFFF;
font-size : 11px;
font-family : georgia;
text-decoration : none;
}

a:hover {
color : #69727B;
cursor : hand;
text-decoration : none;
}

input, textarea, select {
background-color : #9BCDFF;
border : 1px solid #69727B;
color : #69727B;
font-size : 11px;
font-family : georgia;
font-weight : none;
}