body {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Tahoma;
    font-size: 10pt;
}

h1 {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

textarea {
    color: black;
}


.table1 tr {
    background: #CFCFCF;
}
.table1 tr th {
    background: #AAAAAA;
}

.grey-bg {
    background: #CFCFCF;
}

th {
    text-align: left;
}

.table1 td {
    font-family: Courier;
}




.menubar div a {
    display: block;
    width: 160px;
    text-align: center;
    padding: 2px;
    text-decoration: none;
    color: white;
    font-size: 8pt;
}

.menubar div a:hover {
    background-color: blue;
}

.menubar div {
    background-color: #444444;
    margin-top: 2px;
    border: 1px solid black;
    text-decoration: italic;
}

.menubar span {
    font-style: italic;
}




