body {
  font-family: sans-serif;
  text-weight:bold;
  color: black;
}

a {
  font-size:14px;
  text-decoration:underline;
text-weight:bold;
  color: #88aaff;
}

a:hover {
  text-weight:bold;
  text-decoration:underline;
  color: #ffff11;
}