body {
margin: 0;
padding: 0;
background: #828A8C url(bg.JPG) 100px repeat-y;
}

body, font, td, div {
color: #000;
font-size: 12px;
font-family: Verdana;
}

a, a:active, a:visited {
font-size: 12px;
font-family: Verdana;
color: #F1EEDF;
text-decoration: none;
}

a:hover {
font-weight: bold;
}

.header {
font-weight: bold;
border-bottom: 1px dotted #F1EEDF;
font-size: 20px;
font-family: Georgia;
color: #546B7B;
}

b, i {
color: #546B7B;
}

input, select, option, textarea {
border: 0px solid;
background-color: #C9CAC4;
font-size: 12px;
font-family: Georgia;
color: #707E87;
padding: 3px;
}
