
    .bgContainer {
        /*resize: vertical;*/
        overflow: hidden;
    }

    .boldString {
        font-weight: bold;
    }

    .italicString {
        font-style: italic;
    }

    .underlineString {
        text-decoration: underline;
    }

    .atag:hover {
        color: lightblue;
    }

    .unhoverable:hover {
        text-decoration: none;
    }

    .hiddenDiv {
        visibility: hidden;
    }
    /*html {
        zoom: 0.6;
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }*/

