body {
    font-family: "Arial", sans-serif;
    background: white;
    color: black;
    margin: 8px;
}

h1, h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

p, ul, form {
    margin: 0 0 1em 0;
}

input, textarea, button {
    font: inherit;
}

input, textarea {
    border: 1px solid black;
    padding: 2px;
    background: white;
    color: black;
}

button {
    border: 1px solid black;
    background: #e0e0e0;
    color: black;
    padding: 2px 8px;
}

a {
    color: blue;
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #999;
    margin: 1em 0;
}

.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
