body {
  background-color: white;
  color: black;
  font-family: Georgia;
 font-size: 14px;
}


a:link {
  color: black;
}

/* visited link */
a:visited {
  color: #000000;
}

/* mouse over link */
a:hover {
  color: #ffe699;
}

/* selected link */
a:active {
  color: black;
}
