A {
  COLOR: red;
  text-decoration: none;
}
A.donate {
  COLOR: red;
  FONT-STYLE: Italic;
  text-decoration: none;
}
A.HEADER {
  COLOR: red;
  FONT-STYLE: Bold;
  text-decoration: none;
}
A.HEADER:visited {
  COLOR: red;
  FONT-STYLE: Bold;
  text-decoration: none;
}
A.HEADER:hover {
  COLOR: #00aaee;
  FONT-STYLE: Bold;
  text-decoration: none;
}
A:active {
  COLOR: red;
}
A:visited {
  text-decoration: none;
  COLOR: red;
}
A:hover {
  COLOR: #0800ff;
}
