body {
background-color: #000000;
font: 11px arial;
color: #FFFFFF;
}

.header {
text-align: center;
}

.update {
padding: 20px 40px 20px 40px;
font-weight: bold;
text-align: center;
}

.questions {
margin: 0 auto;
width: 820px;
}

.questions h1 {
color: #32CD32;
font: 14px arial;
font-weight: bold;
padding-top: 20px;
}

.questions a:link {
text-decoration: underline;
color: #FFFFFF;
}

.questions a:visited {
text-decoration: underline;
color: #FFFFFF;
}

.questions a:active {
text-decoration: none;
color: #32CD32;
}

.questions a:hover {
text-decoration: none;
color: #32CD32;
}

.left {
float: left;
width: 400px;
padding-right: 10px;
}

.right {
float: left;
width: 400px;
padding-left: 10px;
}

.answers {
clear: both;
margin: 0 auto;
width: 800px;
padding-top: 40px;
}

.answers h1 {
color: #32CD32;
font: 14px arial;
font-weight: bold;
padding-top: 20px;
}

.answers a:link {
text-decoration: underline;
color: #FFFFFF;
}

.answers a:visited {
text-decoration: underline;
color: #FFFFFF;
}

.answers a:active {
text-decoration: none;
color: #32CD32;
}

.answers a:hover {
text-decoration: none;
color: #32CD32;
}

.footer {
padding: 30px 40px 20px 30px;
text-align: center;
}

.copy {
color: #7F7F7F;
font-weight: bold;
padding: 10px 40px 20px 40px;
text-align: center;
}
