.titleyellow {
  color: #cc9933;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}

.titlewhite {
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.whitetextbold {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.whitetextboldlarge {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.whitetextboldsmall {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial;
}