<STYLE>
body{
background-color: lemonchiffon;
}

.main, table, td {
padding: 5px;
font-family: Geneva, Arial, Verdana, sans-serif; 
font-size: 1em;
color: #663311 ;
}
.main {
width; 100%;
height: 100%;
}

.main{
position: absolute; 
left: 0; 
top: 50; 
width: 100%; 
}
a:link { color: darkred; text-decoration: none }
a:visited { color: darkred; text-decoration: none }
a:hovers { color: darkred; text-decoration: none }

.bold {font-weight: bold}
.right {text-align: right}
.center {text-align: center}

</STYLE>