body {
    color: black;
    background: white;
    font-family: Verdana, Arial, Helvetica, sans;
    font-size: 11pt;
    text-align: justify;
    margin: 4em 4em 4em 6em;
    padding: 0;
}

#backlink {
    background: #CC0505;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 25% /*20em;*/
}

a:link {text-decoration: none; color: #FF0000}
a:visited {text-decoration: none; color: #CC0505}
a:active {text-decoration: none;}
a:hover {text-decoration: underline} 

h1 {
    font-size: 12pt;
    font-weight: bold;
    margin: 2.5em 0 3em 0;
    padding: 0;
    text-align: right;
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    margin: 2em 0 1em 0;
    padding: 0;
}
