/* CSS Document */

A:LINK {
 color : #666666;
 text-decoration: none
}

A:VISITED {
 color : #666666;
 text-decoration: none
}

A:HOVER {
 color : Red;
 text-decoration : none;
 font-weight:bold
}

A:ACTIVE {
 color : Red;
 font-weight:bold
}