#content
{
    font-size: 12px;
}

#content h1
{
    margin-bottom: 10px;
    padding-left: 5px;

    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.25em;

    background-color: #000;
    color: #fff;
}

#content p
{
    padding: 0.5em;
    text-align: justify;
}

#content a:link,
#content a:visited
{
    color: #929F6A;
    text-decoration: none;
}

#content a:hover,
#content a:active
{
    color: #929F6A;
    text-decoration: underline;
}

.question
{
  margin-bottom: 0.5em;
  font-weight: bold;
}

.answer
{
  margin-bottom: 1em;
  font-style: italic;
}

.half-width
{
  width: 45%;
}

.centered
{
  text-align: center;
}

.formButton
{
    border: 1px solid #999;
    background-color: #000;
    color: #fff;
}
