A:active
{
text-decoration : none;
color : BLUE;
font-weight : bold;
}
/* A HREF link properties */
A:link
{
text-decoration : none;
font-weight : bold;
color : BLUE;
}
/* A HREF visited link properties */
A:visited
{
color : BLUE;
text-decoration : none;
font-weight : bold;
}
/* A HREF hover link properties */
A:hover
{
color : RED;
font-weight : bold;
}