  
A{
  font-size: 13px; 
  text-decoration : none;
  color: #666666; font-style: normal
  list-style-type : decimal;
}
a:hover{ 
  text-decoration : underline overline;
  color : #FF9966;
  list-style-type : decimal;
}
