/* less grayish colors, please */
body {
    background-color:white; color:black; font-size:9pt; font-family:Arial,Verdana,Helvetica,sans-serif; margin-top:0px;
}

h1 {
    font-size:15pt; font-weight:bold; color:black;
}
h2 {
    font-size:12pt; font-weight:bold; color:black;
}
h3 {
    font-size:9pt; font-weight:bold; color:black;
}
h4 {
    font-size:9pt; font-family:cursive; font-weight:bold; color:black;
}

/* Specific HTML elements */
.copyright {
    font-size:7pt; color:#808080;
}

/* all tables in b/w style */
th {
    background-color:#000000; color:white; padding:2px;
}

/* disable blue links */
a:link, a:visited, a:hover{
    font-family:Arial, Verdana, Helvetica, sans-serif; font-weight:normal; font-size:9pt; text-decoration:none; color:black;
}

