/* replace blue text #0000CC with grey #4e4d4e */

a:active {  color: #FF0000}
a:hover {  color: #FF0000}
a:link {  color: #080808}
a:visited {  color: #006633}
.txtPgHdr {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #080808; font-weight: bolder}
.txtBasic {  font-family: Georgia, "Times New Roman", Times, serif}
.txtTitleBig {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: bolder; color: #080808}
.txtTitleMed {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px}
.txtGreen {  color: #006633}
.txtBlue {  color: #080808}
.txtStandOutBig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bolder; color: #080808 }
.txtRatesPolicies {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}
.txtBright {  color: #FF0000}
.txtRatesPoliciesSm { font-family: Arial, Helvetica, sans-serif; font-size: 14px}

.form-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
