
a:link {
  color: #0000ff;
  text-decoration: none;
  font-family: "Arial Narrow";
}
a:active {
  color: #0000ff;
  text-decoration: none;
  font-family: "Arial Narrow";
}
a:visited {
  color: #330099;
  text-decoration: none;
  font-family: "Arial Narrow";
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
  font-family: "Arial Narrow";
}
a.blue:link {
  color: #0000ff;
  text-decoration: none;
  font-family: Arial;
}
a.blue:active {
  color: #0000ff;
  text-decoration: none;
  font-family: Arial;
}
a.blue:visited {
  color: #0000ff;
  text-decoration: none;
  font-family: Arial;
}
a.blue:hover {
  color: #0000ff;
  text-decoration: underline;
  font-family: Arial;
}
a.bluet:link {
  color: #0000ff;
  text-decoration: none;
  font-family: Tahoma;
}
a.bluet:active {
  color: #0000ff;
  text-decoration: none;
  font-family: Tahoma;
}
a.bluet:visited {
  color: #0000ff;
  text-decoration: none;
  font-family: Tahoma;
}
a.bluet:hover {
  color: #0000ff;
  text-decoration: underline;
  font-family: Tahoma;
}
a.bluev:link {
  color: #0000ff;
  text-decoration: none;
  font-family: Verdana;
}
a.bluev:active {
  color: #0000ff;
  text-decoration: none;
  font-family: Verdana;
}
a.bluev:visited {
  color: #0000ff;
  text-decoration: none;
  font-family: Verdana;
}
a.bluev:hover {
  color: #0000ff;
  text-decoration: underline;
  font-family: Verdana;
}
