body {
    font-family: arial;
    font-size: 16pt;
    color: #222;
    background-color: white;
}

input, textarea, select, button {
    font-family: arial;
    font-size: 14pt;
    color: #222;
    width: 300px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}
