BODY 
A:link 
{
color: black; text-decoration: none;
}
A:active 
{
color: red; font-weight: bold; 
}
A:visited
{
color: black;  text-decoration: none;
}
A:hover
{
color: teal; font-weight: none
}
