body {
font-family: Verdana; color: navy; }
h1 {
color: black;
}
table {
table-layout: fixed; width: 100%; border-collapse: collapse; border: 1px solid black;
}
th {
height: 50px; border: 1px solid black;
} td {
height: 40px; text-align: center; vertical-align: center; border: 1px solid black;
}
input {
width: 50%; display: block; font-size:18px; margin-bottom: 10px;
}
textarea {
width: 50%; display: block; font-size:18px; margin-bottom: 10px;
}