body {
    background-color: white;
    color: black;
    font-family: sans-serif;    
}
a {
    color: black;
}
.content {
    width: 800px;
    margin: auto;
}

textarea {
    width: 400px;
    height: 200px;
}

button {
    display:block;
    margin-top:4px;
}

table td, table th {
    text-align: left;
    padding:8px;
}
.cap {
    text-align:right;   
}

button {
    font-size: 1.2em;
    padding:4px;
}

.yes {
    background-color:#cfc;   
}

.maybe {
    background-color:#ffc;   
}

.no {
    background-color:#fcc;   
}


.poll tr:nth-child(even) {background: #eee}