body{
font-family:sans-serif;
background-color:#f1f1e3;
}

a:link{
color:#800000;
text-decoration:none
}
a:visited{
color:#008080;
text-decoration:none;
}
a:hover{
color:#808080;
text-decoration:none;
}

p{
font-size:14px;
line-height:28px;
color:#000000;
text-align:left;
text-decoration:none;
}

table{
background-color:#f1f1e3;
font-size:14px;
line-height:28px;
color:#000000;
}
table.fixed{
table-layout:fixed;
margin-top:0px;
}