body {
    font-size: smaller; /*8pt;*/
    font-family: Sans-Serif; /*Arial, Helvetica, */
    background-color: white;
}

.text {
    /*font-size: 10pt;*/
    font-family: Sans-Serif; /*Arial, Helvetica, */
}

.navbutton {
    border-right: thin groove;
    padding-right: 1px;
    border-top: thin groove;
    padding-left: 1px;
    font-weight: bold;
    font-size: smaller; /*8pt;*/
    padding-bottom: 1px;
    border-left: thin groove;
    padding-top: 1px;
    border-bottom: thin groove;
    font-family: Sans-Serif; /*Arial, Helvetica, */
    background-color: gainsboro;
}

.error {
    color: Red;
    font-weight: bold;
    font-style: italic;
}

.logoImg {
    width: 221px;
    height: 44px;
}