body {
    font-family: Verdana;
    font-size: 10pt;
    color: #000010;
    /* background-image: url("bg.png"); */
    background: lightblue;
}

h1 {
    font-family: Verdana;
    font-size: 12pt;
    color: #000080;
    font-weight: bold;
}

td {
    font-family: Verdana;
    font-size: 10pt;
    color: #000010;
    background: transparent;
}

.small {
    font-size: 8pt;
}

a:link		{ color: #000080 }
a:visited	{ color: #000080 }
a:active	{ color: #000080 }
a:hover		{ color: #800000 }
