BODY {
  color: darkblue;
  background-color: white;
  font-size:17px;
}

A {
  color: lightblue;
  text-decoration:none;
}

A:hover {
  color: c6e7ef;
}

p, td {
  font-size:17px;
}

caption {
  font-size:17px;
}


.home a {color: 65ACE0;}
.home a:hover {text-decoration: underline;}
