p { }
td { }
A    { color: black; text-decoration: none }
A:active{
color: red; 
text-decoration : none; 
}
A:visited   { color: black; text-decoration: none }
A:hover  { color: red; text-decoration: none }