.newssw {
    color: black;
    bg-color: white;
    font-family: Helvetica, sans-serif;
    font-size: 8px;
    font-weight: regular;
}
.menusw {
    color: white;
    bg-color: C0251D;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.menusw a:link {color: white; text-decoration: none;}
.menusw a:visited {color: white; text-decoration: none;}
.menusw a:hover {color: yellow; text-decoration: none;}
.menusw a:active {color: white; text-decoration: none;}
.menusw p {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    color: green;
    font-weight: bold;
}
.menusw h1 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    color: C0251D;
    font-weight: bold;
    text-decoration: underline;
}
.menusw b {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}
.menusw table {
    color: C0251D;
    background-color: white;
    font-weight: bold;
}
.menusw tr {
    color: C0251D;
    background-color: C0251D;
    font-weight: bold;
}
.menusw td {
    color: C0251D;
    background-color: C0251D;
    margin-left: 3px;
    margin-right: 3px;
    text-align: left;
}

