A {
  font-size: 12px;
  font-family: Arial, Helvetica;
  color: #EC0401;
  text-decoration : none;
}

A:hover {
  text-decoration : none;
  font-size: 12px;
  font-family: Arial, Helvetica;
  color: #000000;
}

input,select,textarea {
        color: #EC0401;
        font-family: Arial, Helvetica;
        font-size: 11px;
        border-bottom : 1px groove #999999;
        border-left : 1px groove #999999;
        border-right : 1px groove #999999;
        border-top : 1px groove #999999;
        background : White;
}
