#question a {
  color: #FFFF33;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
#question a:hover {
  color: #FFFF66;
  font-size: 13px;
  font-style: oblique;
  text-decoration: underline;
}
#question a:visited {
  color: #FFFF66;
  background:transparent; 
  text-decoration:underline; 
}
#question a:active {
  color: #FFFF66;
  background:transparent;
  text-decoration:underline; 
}
