.menusw {
    color: white;
    bg-color: red;
    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: red;
    font-weight: bold;
    text-decoration: underline;
}
.menusw b {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}
.menusw table {
    color: red;
    background-color: white;
    font-weight: bold;
}
.menusw tr {
    color: red;
    background-color: red;
    font-weight: bold;
}
.menusw td {
    color: red;
    background-color: red;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
}
