#header {
text-align: center;
font-weight: bold;
font-size: 1.5em;
font-family: sans-serif;
padding: 10px;
}

#body {
font-family: sans-serif;
padding: 10px;
margin: 10px;
background-color: #ffffcc;
border-top: 1px solid green;
border-bottom: 1px solid green;
}

#footer {
padding: 10px;
text-align: center;
font-size: .8em;
font-family: sans-serif;
}

a.name {
font-size: 1.2em;
font-weight: bold;
color: green;
padding-left: 10px;
}

a.back {
font-weight: bold;
font-size: .8em;
color: gray;
}

span.fhead {
font-weight: bold;
color: green;
}

span.answer {
line-height: 1.6;
}

