/*
#bodytop {
    background-color: #cc4444;
    padding-left: 1rem;
}
#bodytop > span {
    font-size: xx-large; !important
}
#bodytop > span > a {
    text-decoration: none;
    color: white;
}
*/
#bodytop {
    background-color: #cc4444;
    font-size: xx-larger;
}
#imgtop {
    float: left;
}
#bodytop-logo1 {
    font-size: xx-larger;
    text-decoration: none;
    color: white;
}
/*
#bodytop > table > tr > td > td {
    text-align: left;
    width: 20rem;
    height: 20rem;
    font-size: xx-large; !important
    font-weight: bold;
}
*/
#bodybottom {
    background-color: #cc4444;
}
#bodybottom > span {
    font-size: small; !important
}
@media screen and (max-width: 768px) {
    p{
        background-color: white;
         color: Black;
     }
}
@media screen and (max-width: 480px) {
    p{
        background-color: white;
         color: Black;
     }
}