body    { 
    padding-left: 1em;
    padding-right: 1em;
    font-size: 16pt;
}


p, li, blockquote, dl, hr {
    text-align: justify;
}


/*** Specific Elements ***/
#content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/*** General Classes ***/
.notice {
    background-color: yellow;
}

.center {
    text-align: center;
}

