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

.titleyellow2 {
  color: #cc9900;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.titleblue2 {
  color: #00aa00;
  font-size: 18px;
  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;
}

a:link{
  color: darkgoldenrod;
 }

a:visited{
 color: #8b98ee;
}
