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