body {
    /*font-family: sans-serif;*/
    max-width: 820px;
    margin: 0 auto; 
    padding: 0 10px;
    padding-bottom: 240px;
}

.red {
    color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-stretch: condensed;
}

h2 { font-size: 24px; }
h3 { font-size: 18.72px; }

a {
    /*text-decoration: none;*/
    color: darkblue;
}

a, p {
    font-size: 16px;
}

ul, ol {
    /*list-style-position: inside;*/
    list-style-position: outside; /* default */
}

table.work { /* this just could be all tables */
    width: 100%;
}
/* '>' is the more specific descendant selector */
table.work td.left {
    font-weight: bold;
}
table.work td.right {
    text-align: right;
}

