
A.B {
  font-size: 13pt;
  font-family: Arial;
  color: #ffff80;
  font-weight: normal;
}

A.B:visited {
  text-decoration: none;
  font-weight: normal;
}

A.B:hover {
  text-decoration: underline;
  color: #ff8040;
  font-weight: normal;
}

A.B:link {
  text-decoration: none;
  font-weight: normal;
}

A.B:active {
  text-decoration: none;
  font-weight: normal;
}

A.A {
  font-size: 10pt;
  font-family: Arial;
  color: #000000;
}

A.A:visited {
  text-decoration: none;
}

A.A:hover {
  text-decoration: underline;
  color: #0000ff;
}

A.A:link {
  text-decoration: none;
}

A.A:active {
  text-decoration: none;
}

BODY {
  background-image: url(../back/strip.gif);
}

B.A {
  font-style: italic;
  color: #ff8040;
  font-family: Arial;
}

A.C {
  text-decoration: none;
}

