fieldset {
        border: 4px groove #00007F;
}
legend {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: italic;
        color: #00007F;
        font-weight: bold;

}
button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFF00;
        background-color: #990000;
        border: 5px ridge #FF0000;
}
