/* index.css */

@import url("/css/document.css");

p {
    line-height: 1.7;
}

img.cover {
    float: right;
    text-align: center;
    width: 300px;
}

dl.answers {
    max-width: 800px;
}

dl.answers dt {
    margin-top: 20px;
    font-weight: bold;
}

dl.answers dd {
    margin-top: 10px;
    margin-left: 0;
}
