BODY {
    font-family: Tahoma;
}

p {
    font-family: Tahoma;
}

#voting-table {
    padding: 4px;
}

#submit-vote {
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.choice {
    font-size: 20px;
    cursor: pointer;
}

A {
    font-family: Tahoma;
    font-size: 14px;
    color: black;
}

.document-container
{
    border-radius : 6px;
    padding       : 4px;
    border        : 2px solid #d7d7d7;
    color         : #444444;
}

/* style the credit card entry table */
#card-entry {
    width: 100%;
}

#error-display {
    border: 1px solid #888888;
    border-radius: 6px;
    text-align: center;
    background: #aaaaaa;
    font-weight: bold;
}

