 
#main{
width : 800px;


background-color : white;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;


height : inherit;

padding-top : 10px;
padding-bottom : 10px;
}
body{
background-color : #f3ecd8;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
a{
color : navy;
text-decoration : none;
}
a:hover{
color : red;
text-decoration : underline;
}
th{
font-weight : 400;
}
