a {
  color: blue;
  text-decoration: none;
  font-family: verdana;
  font-size: 12px;
}

a:hover {
  font-weight: bold;
}