<style>
.font-10 {
  font-size:10px;
  color : black;
  font-weight : Bold;
  text-decoration: none
}

.font-14y {
  font-size:14px;
  color : Yellow;
  font-weight : Bold;
  text-decoration: none
}

.font-14 {
  font-size:14px;
  color : Yellow;
  font-weight : Bold;
  text-decoration: none
}

.font-14w {
  font-size:14px;
  color : White;
  font-weight : Bold;
  text-decoration: none;
}


.font-14black {
  font-size:14px;
  color : Black;
  font-weight : Bold;
  text-decoration: none;
}

.font-14blue {
  font-size:14px;
  color : Blue;
  font-weight : Bold;
  text-decoration: none;
}

.font-20 {
  font-size:20px;
  color : White;
  font-weight : Bold;
  text-decoration: none;
}

.font-20black {
  font-size:20px;
  color : Black;
  font-weight : Bold;
  text-decoration: none;
}
</style>