body {
    font-family: Arial, sans-serif;
    /* text-align: center; */
    /* padding-top: 50px; */
    color: #333;
    background-color: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
h1 {
    font-size: 2em;
}
p {
    /* font-size: 1.2em; */
    margin-bottom: 30px;
}

p.question {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 5px;
}

p.answer {
    font-size: 1.0em;
}

a {
    color: #0066cc;
    text-decoration: none;
}

.bottom {
    margin-bottom: 60px;
}

.center {
    text-align: center;
}

a:hover {
    text-decoration: underline;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
    color: #666;
    padding: 10px;
    background-color: #f2f2f2;
}