
        body{
        height: 100%;
        padding: 25px;
        margin: 0;
        background-color:#fbfbf8;
        font-family: "Times New Roman", Times, serif;
        }

        * {
            box-sizing: border-box;
        }

        /* Create three unequal columns that floats next to each other */
        .topcolumn{
            float: left;
            padding-top: 5px;
            padding-left: 10px;
            padding-bottom: 15px;
            height: 140px;
        }

        .topoutside{
            width: 6%;
            background-color:#fbfbf8;
        }

        .topcenter{
            width: 88%;
            background-color:#50558e;
            border-radius: 15px 15px 0px 0px;
        }

        .column {
            float: left;
            padding-top: 5px;
            padding-left: 10px;
            padding-bottom: 15px;
            height: 600px;
        }

        .outside{
            width: 6%;
            background-color:#fbfbf8;
        }

        .second {
            width: 15%;
            background-color:#50558e;
        }

        .third{
            width: 73%;
            background-color:#ccc8ff;
        }

        .bottomcolumn{
            float: left;
            padding-top: 2px;
            padding-left: 10px;
            padding-bottom: 2px;
            height: 40px;
        }

        .bottomoutside{
            width: 6%;
            background-color:#fbfbf8;
        }

        .bottomcenter{
            width: 88%;
            background-color:#50558e;
            border-radius: 0px 0px 15px 15px;
        }

        /* Clear floats after the columns */
        .row:after {
            content: "";
            display: table;
            clear: both;
        }

        .textleft{
            text-align: left;
            padding-bottom: 10px;
            padding-left: 10px;
        }

        .textright{
            text-align: right;
            padding-bottom: 10px;
            padding-right: 10px;
        }

        h1{
            font-size: 35px;
            font-family: "Times New Roman", Times, serif;
        }

        h2{
            font-size: 24px:
            font-family: "Times New Roman", Times, serif;
        }

        h3{
            font-size: 16px;
            font-family: "Times New Roman", Times, serif;
        }

        h4{
            font-size: 10px;
            font-family: "Times New Roman", Times, serif;
        }

        .right {
            position: absolute;
            right: 120px;
            width: 200px;
            height: 20px;
            border: 0px solid black;
        }

        .edge-right{
            position: absolute;
            right: 128px;
            height: 20px;
            border: 0px solid black;
        }

        a:link {
            text-decoration: none;
            color: #51512f;
        }

        a:visited {
            text-decoration: none;
            color: #51512f;
        }

        a:hover {
            color: #202013;
        }

        .textlimit120 {
            width: 120px;
        }

