
#content {
    margin: 0 auto;
    width: 500px;
    padding: 16px;

    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
}

h2 {
    text-align: center;
    margin-bottom: 16px;
}
#content p {
    padding: 4px 0 4px 0;
    line-height: 1.5em;
    text-align: justify;
}
.faq dt {
    font-weight: bold;
    font-size: 1.25em;
}
.faq dd {
    line-height: 1.5em;
    padding: 8px;
    text-align: justify;
}
