a:link {
  text-decoration: none;
  font-weight: bold;
  color: #078807;
}
a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #ff0000;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color:  #066606;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #078807;
}
a.outside:link {
  text-decoration: none;
  font-weight: bold;
  color: #696969;
}
a.outside:visited {
  text-decoration: none;
  font-weight: bold;
  color: #606060;
}
a.outside:active {
  text-decoration: none;
  font-weight: bold;
  color: #ff0000;
}
a.outside:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #696969;
}
