.titlemain {
    height:auto;
    font-size:large; 
}
a:link, a:visited, a:active, a:hover, h1, h2, h3
{
    color: black;
}

.titleholder {
    color:black;
    background-color:white
}

.content {
    margin-left:0;
    min-width:400px;
    max-width: none;
    position:absolute;
    top: 4pt;
    left: 6pt;
    padding: 3px 12px 3px 12px; 
}

body {
    font-family: "Times New Roman", Times, serif;
    font-size:small;
    background-color: white;
}

.contentfooter {
    margin-top: 12pt;
}

h1, h2, h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
h1 {
    font-size:large;
}

h2 {
    font-size:medium;
}



