body { background-color: black; color: yellow; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; }
a { color: cyan; }
h1 { font-size: 28pt; color: yellow; }
h2 { font-size: 26pt; color: yellow; }
h3 { font-size: 24pt; color: yellow; }
h4 { font-size: 22pt; color: yellow; }
h5 { font-size: 20pt; color: yellow; }
h6 { font-size: 18pt; color: yellow; }

/* *******************************************************************************************************************
     Dynamic Components - General style
******************************************************************************************************************* */
table.dynamic { }
th.dynamic { background-color: #333333; color: yellow; font-size: 16pt; }
tr.dynamic0 { background-color: #333333; }
tr.dynamic1 { background-color: #333333; }
td.dynamic { font-size: 14pt; }

/* *******************************************************************************************************************
     Dynamic Components - General form style (two columns, fieldnames on left (td.form0), input boxes on right (td.form1)
******************************************************************************************************************* */
table.form { background-color: #333333; color: yellow; font-size: 14pt; border-collapse:collapse; }
tr.form { }
td.form0 { background-color: #333333; text-align: right; border: 1px solid #83BFD3; padding: 2pt 4pt 2pt 4pt; }
td.form1 { background-color: #333333; text-align: left; border: 1px solid #83BFD3; padding: 2pt 4pt 2pt 4pt; }

/* *******************************************************************************************************************
     Dynamic Components - Online Voting prompt box (see DC General style for page styles)
******************************************************************************************************************* */
p.online_voting_question { font-size: 14pt; margin: 0pt; font-weight: bold; }
span.online_voting_answer { font-size: 14pt; }
span.online_voting_vote { font-size: 14pt; }
a.online_voting_vote { font-size: 14pt; }
form.online_voting_question { margin: 0pt; padding: 3pt; }