
A:link {
  font-family: sans-serif;
  color: #400080;
  font-weight: bold;
  text-decoration: none;
}

A:visited {
  text-decoration: none;
  color: olive;
  font-family: sans-serif;
  font-weight: bold;
}

A:active {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
}

A:hover {
  text-decoration: none;
  color: red;
  font-family: sans-serif;
  font-weight: bold;
}

BODY {
  font-family: Arial, Helvetica, sans-serif;
}

