body {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    padding: 30px;
}

h1 {
    margin: 20px 0 20px;
    padding: 0;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    padding: 0;
}
table tr {
    border-top: 1px solid #cccccc;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}
table tr th {
    font-weight: bold;
    border: 1px solid #cccccc;
    text-align: left;
    margin: 0;
    padding: 6px 13px;
}
table tr td {
    border: 1px solid #cccccc;
    text-align: left;
    margin: 0;
    padding: 6px 13px;
}

input, select {
    width: 300px;
    height: 25px;
}

textarea {
    resize: none;
    width: 300px;
    height: 100px;
}

button {
    font-weight: bold;
    margin: 10px;
}