<style>
    /* Javascript to keep forms from submitting (too soon) with the "return" (13) key */
    <script type="text/javascript">
        function noenter() {
            return !(window.event && window.event.keyCode == 13);
        }
    </script>
    .hvr {text-decoration:none; font-weight:bold; color:white; }
    .hvr:hover {color:red;}
    #topblock {
        position: abslolute;
        top: 0px;
        bot: 180px
        left: 0px;
        right: 0px;
    }
    #prairie {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 180px;
        image-repeat: x;
    }
    #mathpun {
        position: absolute;
        top: 65px;
        width: 350px;
        height: 74px;;
        right: 30px;
    }
    #LNCBCtext {
        text-align: center;
        position: absolute;
        top: 12px;
        width: 450px;
        left: 20px;
    }
    #Stands4 {
        text-align: center;
        position: absolute;
        top: 65px;
        width: 450px;
        left: 20px;
    }
    #LLC {
        text-align: center;
        position: absolute;
        color: #ffffff;
        top: 115px;
        width: 450px;
        left: 20px;
    }
    /* .foo {...} defines a class that can be used multiple times in a document
    .topback {
        width: auto;
    } */
 
    /* #foo {...} defines an id that can only be use once in a document */
    #topbar {
        position: absolute;
        top: 160px;
        left: 50px;
        color: white;
    }
    /* .bartext {
        font-family: ariel;
        color: #ffffff;
    } */
</style>