﻿body {
    font-family: serif;
    font-size: 12pt;
    background-color: lemonchiffon;
}

h2,h3,h4,h5,h6 {
    font-family: sans-serif;
}
h1 {
    font-family: arial, URW Gothic L, sans-serif;
    font-weight: bold;
    text-align: right;
    font-size: 16pt;
    border-color: green;
    border-width: 0 0 2pt 0;
    border-style: solid;
}
h2 {
    font-size: 16pt;
    font-weight: bolder;
}
h3 {
    font-size: 14pt;
}
h4 {
    font-size: 12pt;
}

p#tail {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
    border-color: green;
    border-width: 2pt 0 0 0;
    border-style: solid;
}
div.section {
    border-width: 1pt;
    border-style: dashed;
    border-color: black;
    margin: 4pt 0 4pt 0;
    padding: 0 2pt 0 2pt;
    background: lightyellow;
}

a:link, a:visited {
    color: navy;
}
a:hover {
    color: blue;
}

td {
    vertical-align: text-top;
}

dt {
    font-weight: bold;
}
