body {
    background-color: lightgray;
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
}

h1 {
    font-weight: bold;
    font-size: 14pt;
}

h2 {
    font-weight: bold;
    font-size: 12pt;
}

td.title {
    border: 1px solid gray;
    background-color: lightblue;
    font-weight: bold;
    vertical-align: top;
}

td.menu {
    border: 1px solid gray;
    background-color: orange;
    vertical-align: top;
}

td.content {
    border: 1px solid gray;
    background-color: white;
    vertical-align: top;
}

td.copyright {
    vertical-align: top;
    font-size: 8pt;
    text-align: center;
}
    

a:link.menu {
    color: black;
}

a:hover.menu {
    text-decoration: none;
}

a:active.menu {
    color: black;
}

a:visited.menu {
    color: black;
}

a:link.submenu {
    /* font-size: 10pt; */
    color: black;
}

a:hover.submenu {
    /* font-size: 10pt; */
    text-decoration: none;
}

a:active.submenu {
    /* font-size: 10pt; */
    color: black;
}

a:visited.submenu {
    /* font-size: 10pt; */
    color: black;
}

a:link {
    color: gray;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: gray;
}

a:visited {
    color: gray;
}


