img {
  border: none;
}
a:link,
a:visited {
  text-decoration: none;
  color: #0033FF;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #FF6600;
}
a.option:link,
a.option:visited {
  display: block;
  text-align: left;
  color: #000;
  background-color: #bed333;
  line-height: 140%;
  padding: 5px;
  margin: 6px 0;
  font-weight: bold;
}
a.option:link:hover,
a.option:visited:hover {
  background-color: #e62721;
  text-decoration: none;
  color: #fff;
}