body {
 background: #FFFFFF;
 font-family: Verdana;
 font-size: 80%;
 color: #000000;
}

table {
 font-famaly: Arial;
 font-size: 70%;
 color: #FFFFFF;
 background-color: #FFFFFF;
}

a:link {
 color: #696969;
 text-decoration: none;
 font-weight: bold;
}

a:visited {
 color: #696969;
 text-decoration: none;
 font-weight: bold;
}

a:active {
 color: #696969;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #DDA0DD;
 text-decoration: none;
 font-weight: bold;
}