body {
    background-color: white;
    color: black;
    text-align: left;
    line-height: 140%;
    margin-top:  3%;
    margin-left: 2em;
    width: 40em;
    font-family: verdana, arial, helvetica, Sans-Serif;
}

h1 {
    text-align:    left;
    font-size:     200%;
    margin-top:    0em;
    margin-bottom: 1em;
    padding-left: 12px;
    border-left: 80px solid #33a;
    line-height: 80px;
}

h2 {
    text-align: left;
    font-size: 150%;
    margin-top: 3em;
    margin-bottom: 1em;
    border-bottom: 2px solid #33a;
}

h4 {
    text-align: left;
    font-size:  150%;
    margin-top: 1em;
    margin-bottom: 0.1em;
    padding-left: 8px;
    border-left: 12px solid #33a;
}


h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, Sans-Serif;
	font-size: x-large;
}


div.header p.status { text-align: right; }
div.header p.last-modified { text-align: left; }



a:link, a:visited {
    color: #33a;
    text-decoration: none;
}

a:active, a:visited {
    color: #666;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}
th {
    border-bottom: #646464 1px solid;
    padding-bottom: 0.2em;
    margin-left: 1em;
    margin-right: 2em;
}
td {
    margin-left: 1em;
    margin-right: 2em;
}
li {
    font-size: 9pt;
}.small {
	font-size: 36%;
}
.samll {
	font-size: xx-small;
}
