.text24 {
   font-size: 24px
}

.red_underline {
   color: #FF0000;
   text-decoration: underline
}

.bold_red_36 {
   font-size: 36px;
   font-weight: bold;
   color: #FF0000
}

.text30 {
   font-size: 30px
}

.text18 {
   font-size: 18px
}

.text24_red {
   font-size: 24px;
   color: #FF0000
}

.text20 {
   font-size: 20px
}

.text28_boldred_nounderline {
   font-size: 28px;
   color: #FF0000;
   font-weight: bold;
   text-decoration: none
}

.text40_red {
   font-size: 40px;
   color: #FF0000
}

.blacktext {
   color: #000000
}

.text40_bold{
   font-size: 40px;
   font-weight: bold
}

.redtext {
   color: #FF0000
}