body {
    margin: 0; 
    padding: 0; 
    height: 100%;
} 
a, a:hover {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #991500;
}
a:hover {
    color: #005733;
}
p {
    margin: 16px;
}
h1 {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #3A4F6C;
}
td {
    font-family: Tahoma;
    font-size: 11px;
    color: #3A4F6C;
}
.caption1 {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #344153;
}
.small {
    font-family: Tahoma;
    font-size: 10px;
    color: #344153;
}
.main_menu {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #991500;
}
.main_menu_inactive {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #005733;
}
.copy, .copy:hover {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #C2C2C2;
    text-decoration: none;
}


