form {
    color: #000000;
    font-size: 12px;
    font-family: "Arial", "Helvetica", "sans-serif";
}
table {
    background-color: #80B080;
    font-family: "Arial", "Helvetica", "sans-serif";
}

body.n {
    font-family: "Arial", "Helvetica", "sans-serif";
    color: #000000;
    background-color: #80B080;
    margin-left:-8px;
    margin-top:-8px;
    font-size: 10px;
}
.nh {
    font-family: verdana,helvetica;
    color: #000000;
    background-color: #FFFF80;
    margin-left:-8px;
    margin-top:-8px;
    font-size: 20px;
}

body {
    color: #000000;
    background-color: #F0F0B0;
    font-size: 12px;
    font-family: "Arial", "Helvetica", "sans-serif";
}
h1 {
    font-weight: bold;       font-family: "Arial", "Helvetica", "sans-serif";

}
h2 {
    font-weight: bold;
    font-family: "Arial", "Helvetica", "sans-serif";
}
h3 {
    font-weight: bold;
    font-family: "Arial", "Helvetica", "sans-serif";
}

.navi {
    background-color: #80B080;
    color: #ffffff;
    font-size: 20px;
}


a:hover {
    color: #FF0000;
    background-color: #C0C0C0;

}

@media print {
.DontPrint { display: none; }
}
