body { color: blue; }
p { color: blue; text-decoration: none; }
p:link { color: blue; text-decoration: none; }
p:hover { color: aqua; text-decoration: none; }
td {  }

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

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

a:hover { color: white; text-decoration: none; }

a:active { color: white; text-decoration: underline; }
a.bio:link { color: blue; text-decoration: none; }
a.bio:hover { color: gray; text-decoration: none; }
a.bio:visited { color: blue; text-decoration: none; }
a.bio:active { color: blue; text-decoration: none; }

