.normal{
 font-family: Helvetica;
 font-size: 14px;
 color: #000000;
 font-weight: normal;
}
.error{
 font-family: Helvetica;
 font-size: 16px;
 color: #cc1111;
 font-weight: bold;
}
.success{
 font-family: Helvetica;
 font-size: 16px;
 color: #0B1877;
 font-weight: bold;
}
.button{
 font-family: Helvetica;
 font-size: 14px;
 text-decoration: underline;
 cursor: pointer;
}
