 
BODY{
  
  color : #666666;
}
A{
  color : #666666;
  text-decoration : none;
}
A:LINK{
  color : #666666;
  text-decoration : none;
}
A:VISITED{
  color : #666666;
  text-decoration : none;
}
A:HOVER{
  color : #666666;
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
  background-color : #eaeaf4;
}
A:ACTIVE{
  color : #666666;
  text-decoration : none;
}
