
body {
  font-family: 'century gothic';
  color: #005596;
  background-color: #d9d9d9;
}
/*div { border: solid 1px;}*/

a, a:visited {
  color: black;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
}

a:hover {
  color: black;
  text-decoration: underline;
  font-weight: normal;
  font-size: 11px;
}

