body {
font-family: Verdana;
font-size: 8pt;
 }

p { }
td { }

a:link {
text-decoration: none;
color: blue;
}

a:visited { 
text-decoration: none;
color: grey;
}

a:hover { 
text-decoration: none;
color: #630D0D;
}

a:active { 
text-decoration: none;
color: #630D0D;
}

#centered {
text-align: center;
}

#timestamp {
color: #880000;
}