.body A:visited { color: blue; text-decoration: underline}
.body A:link {color: blue; text-decoration: underline}
.body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
.body A:hover { color: #ff6600; text-decoration: underline}
.body A:active {color: red; text-decoration: underline}
