﻿    .menui {
        font-weight: bold;
        font-size: large;
        color: black;
        cursor: pointer;
    }

    .menui:hover {
        color: red;
    }

    .tfb {
        font-weight: bold;
    }

    .fns {
        font-weight: normal;
        font-size: small
    }

    .fnsu {
        font-weight: normal;
        font-size: small;
        text-decoration: underline
    }

    .wpd2 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .aclh {
        text-align: center;
        line-height: 1px;
    }

    .sh100 {
        height: 100px;
    }

    .fbxl {
        font-weight: bold;
        font-size: x-large
    }

    .trsmb {
        font-size: small;
        font-weight: bold
    }

    .nodisplay {
        display: none;
    }

    .lh130 {
        height: 130px;
    }
