body {
    font-family: Gill sans, sans-serif;
}
h1 {
    width: 600px;
    background-color: purple;
    color: white;
    font-family: Gill Sans, sans-serif;
    padding-left: 5px;
    border: none;
}
fieldset {
    width: 600px;
}
fieldset fieldset {
    width: 90%;
}
label {
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 6px;
}
input, select {
    margin-bottom: 3px;
}
th {
    background-color: purple;
    color: white;
    text-align: left;
}
