body {
    font-family: Helvetica;
    text-align: center;
    font-size: 24px;
    color: #666666;
    width: 750px;
    margin: auto;
}

.small {
    font-size: 16px;
}

#header {
    margin-left: -80px;
}

#footer {
    margin-top: 10px;
    padding-top: 10px;

}

ul {
    padding: 0px;
}

li {
    list-style: none;
}

ul#vote-choice-list {
    text-align: left;
    margin-left: 300px;
}

li.vote-choice {
    padding-bottom: 15px;
}

.error {
    color: #ff9933;
}

#copyright {
    font-size: 12px;
}

h2 {
    font-size: 32px;
    font-weight: normal;
}

a, a:link, a:active, a:visited {
    color: #bf7326;
}

a.individual-vote-link {
    padding: 3px;
}

a.individual-vote-link:hover {
    background-color: #ff9933;
}

input[type=text], textarea {
    background: #fff5eb;
    border: 3px solid #ff9933;
    font-size: 24px;
    padding: 5px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
}

input[type=submit] {
    font-size: 18px;
    padding: 5px;
}

.result_option {
    font-size: 32px;
}

table {
    font-size: 28px;
}

#faq {
    text-align: left;
    font-size: 16px;
    line-height: 1.3em;
}

.faq-header {
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.faq-header strong {
    font-size: 20px;
}

.question {
    font-style: italic;
}

.answer {
    margin-bottom: 15px;
}
