
A:visited {
  text-decoration: underline;
  font-size: 10pt;
  font-family: Arial;
  color: #FFCC00;
} 

A:hover {
  text-decoration: underline;
  color: #000000;
  font-size: 10pt;
  font-family: Arial;
  background-color: #FFCC00;
}

A:link {
  text-decoration: underline;
  font-size: 10pt;
  font-family: Arial;
  color: #FFCC00;
} 

A:active {
  font-size: 10pt;
  font-family: Arial;
  color: #FFCC00;
  text-decoration: underline;
} 

P {
  font-size: 10pt;
  font-family: Arial;
  color: #FFCC00;
}

A {
  font-size: 10pt;
  font-weight: bold;
  color: #FFCC00;
  text-decoration: underline;
}

UL {
  font-size: 10pt;
  color: #FFCC00;
}

LI {
  font-size: 10pt;
  color: #FFCC00;
  margin-right: 25pt;
}

