body {
  color: black;
  font-size: 14px;
  font-family: "Gill Sans", tahoma;
  background-color: #515151;
  text-decoration: none;
}
a:link {
  color: #366;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #366;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ccc;
  font-weight: bold;
  background-color: #366;
  text-decoration: none;
}
a:active {
  color: #366;
  font-weight: bold;
  text-decoration: none;
}
