body { font-family: arial,sans-serif; background-color: #1E2026 }

h1,h2,h3 { margin: 0; padding: 0; color: #333333; }
h1 { font-size: 150% }
h2 { font-size: 130% }
h3 { font-size: 110% }

td { font-size: 80%; vertical-align: top }

a { text-decoration: underline }
a:hover { text-decoration: none }

#menu { width: 150px; }
#menu ul { list-style: none; margin: 0; padding: 0 }
#menu li a {
    display: block; text-decoration: none;
    margin: 0; padding: 3px 3px 3px 10px;
    font-weight: bold;
    background-color: black; color: white;
}
#menu li a:hover { background-color: white; color: black; }
#menu li.last a { margin-top: 40px; }

hr { height: 1px; color: #cccccc; background-color: #cccccc; border: 0; }

#question .question_title { font-weight: bold; color: black }
#question .question_text { line-height: 1.6em; margin-bottom: 1em }
#question .feedback_text { line-height: 1.6em; margin-top: 1em }
#question .choice { color: black }
#question .choice:hover { color: blue }

