body {
    backgorund-color: white;
    color:            darkslategray;
    font-size:        12pt;
    line-height:      16pt;
    text-align:       center;
}
td {
    backgorund-color: white;
    color:            darkslategray;
    font-size:        12pt;
    line-height:      14pt;
}
A:link,A:active,A:visited {
 color: hotpink;
 background-color:white;
}
A:hover {
 color: white;
 background-color:hotpink;
}
