body{
background-color:#ffffff;
}

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

p{
font-size:11px;
line-height:15px;
color:#fffffff;
text-align:center;
text-decoration:none;
}

table{
background-color:#ffffff;
font-size:11px;
line-height:15px;
color:#ffffff;
}
table.fixed{
table-layout:fixed;
margin-top:0px;
}