.table A:visited { color: blue; text-decoration: underline}
.table A:link {color: Blue; text-decoration: underline}
.table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.table A:hover { color: red; text-decoration: underline}
.table A:active {color: red; text-decoration: underline}
