
A:visited {
   color : #66CC00; 
   font-weight: bold;
}


A:link {
   color : #66CC00; 
   font-weight: bold;
}


A:hover {
   color : white; 
   font-weight: bold;
}


A:active {
   color : #66CC00; 
}


A {
   font-weight : normal; 
   text-decoration : none; 
}

