body { color: black; font-family: arial, Helvetica, sans-serif; background-color: white; }
p {}
td { border-color: gray; border-width: thin; outline-color: gray; outline-width: thin; }
a:link { color: black ; }
a:visited { color: black ; }
a:hover { color: blue ; text-decoration: underline; }
a:active { }
table { margin: 5px; padding: 5px; border-color: gray; border-width: thin; outline-color: gray; outline-width: thin; }
.b:link { color: black ; text-decoration: none; }
.b:hover { color: black; font-weight: bold; text-decoration: none; }
.white:link { color: white; text-decoration: none; }
.white:hover { color: #ffc241; font-weight: bold; text-decoration: none; }
.white:visited { color: white; font-weight: bold; text-decoration: none; }
.white:active { color: white; font-weight: bold; text-decoration: none; }
.grey:link { text-decoration: none; }
.grey:hover { color: #6c6c6c; font-weight: bold; text-decoration: none; }
.grey:visited { font-weight: bold; text-decoration: none; }
.grey:active { font-weight: bold; text-decoration: none; }
