body {
    max-width: 60em;
    background-color: #F6F6F6;
    color: #474A5C;
    font-family: Verdana, sans-serif;
    /* first value = top and bottom; second value = left and right */
    margin: 20px auto; 
    padding: 2em;
}

p {
    font-size: 15pt;
    text-align: justify;
}

ul {
    font-size: 14pt;
}

blockquote {
    font-size: 15pt;
    color: #595D73;
    border-left: 4px solid #DDD;
    padding: 0em 1.5em;
}

td {
    padding: 1px 5px;
    text-align: center;
}

