a {
  outline: 0;
  color: #3580C0;
  text-decoration: none;
}
a:hover {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  color: #0000ff;
  text-decoration: underline;
}
