body,
table,
td,
th,
li,
p {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em; /* Screen font size */
    line-height: 150%;
    letter-spacing: 0.02em;
}

th {
    font-weight: bold;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
    font-weight: bold;
}

h1#header {
    color: #666;
    text-align: right; /* Screen alignment */
    padding-bottom: 0.2em;
    border-bottom: solid 1px #666;
}

/* PRINT-ONLY RULES */
@media print {
    /* Hide elements marked as noprint */
    .noprint {
        display: none !important;
    }

    /* Override header alignment & size in print */
    h1#header {
        text-align: left !important;
        font-size: 14pt !important; /* Smaller header in print */
    }
}
