body { color: #000; background-color: white; }
p {}
td { border-color: red; }
.b:link { color: #f60; text-decoration: none; }
.b:hover { color: #999; text-decoration: none; }
.b.visited { color: #f60; }
a:link { color: #999 ; text-decoration: none; }

a:visited { color: #999 ; text-decoration: none; }

a:hover { color: #999 ; text-decoration: underline; }
.table1 { border: solid 1px #f60; outline-style: hidden; }
