body, p, li {
  background-color: white;
}
a:link {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  color: white;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-align: center;
  text-decoration: none;
}
a:hover {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  color: #ffcc00;
  text-decoration: underline;
}
a:visited {
  color: white;
  outline-color: invert;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  outline-style: none;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  outline-width: medium;
}
a:active {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  color: red;
  text-decoration: none;
}
.naLink {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  color: red;
  font-weight: bold;
}

