body {
    font: 8pt Arial;
}

#title {
    font-size: 200%;
}
#subtitle {
    font-size: 130%;
}

.excercise {
    border: 0;
    margin: 0 auto;
    float: left;
    padding: 20px;
    overflow: auto;
}

.excercise img {
    width: 600px;

}

.excercise p {
    font-weight: bold;
}

.excercise #comment {
    text-align: center;
}

