a{
  font-family: "Arial";
  text-decoration: none;
  color: #7E3B1E;
  font-size: 12pt;
}
a:hover{
  font-family: "Arial";
  text-decoration: none;
  color: blue;
  font-size: 12pt;
}

a.redlink {
  font-family: "Arial";
  text-decoration: none;
  color: red;
  font-weight: bold;
  font-size: 12pt;
}

a.bluelink {
  font-family: "Arial";
  text-decoration: none;
  color: blue;
  font-weight: bold;
  font-size: 12pt;
}

a.redlink1 {
  font-family: "Arial";
  text-decoration: none;
  color: red;
  font-weight: bold;
  font-size: 15pt;
}

a.redlink1:hover{
  font-family: "Arial";
  text-decoration: none;
  color: blue;
  font-size: 15pt;
}
