BODY {
background: #ffab5b url('images/bg.jpg') repeat-x;
background-attachment: fixed;
padding-top: 5px;
}

table.main {
border: #934904 2px solid;
background-color: #fdeee0;
}

td.content {
font-family: sans-serif;
font-size: 17px;
color: #403428;
text-decoration: none;
font-weight: normal;
padding: 10px;
border-top: #934904 1px solid;
}
.content a:link, .content a:visited {
font-family: sans-serif;
font-size: 17px;
color: #942403;
text-decoration: none;
font-weight: bold;
}
.content a:active, .content a:hover {
font-family: sans-serif;
font-size: 17px;
color: #942403;
text-decoration: underline;
font-weight: bold;
}
