        body
        {
//          font-family: 'Ruluko';
//          font-family: 'Nanum Myeongjo';
            font-family: 'Molle';
            font-size: 22px;
            font-color: #466a00;
         }

        .content
        {
            position : absolute;
            top : 0;
            left : 0;
            right : 0;
            bottom : 50px; /* that's the height of the footer */
            overflow : auto;
            font-color: #466a00;
            color: #466a00;
         }

        .logo
        {
            text-align: center;
         }

        .contact
        {
            text-align: center;
         }

        .footer
        {
            position : absolute;
            left : 0;
            right : 0;
            bottom : 0px; /* that's the height of the footer */
	    height : 50px;
            overflow : hidden;
            background-color : #466a00;
            color : #ffffff;
            text-align: center;
        }

        a
        {
            color : #466a00;
            text-decoration: none;
        }
        a:hover
        {
            color : #466a00;
            text-decoration: underline;
        }
        a.menu
        {
            color : #ffffff;
            text-decoration: none;
        }
        a:hover.menu
        {
            color : #ffffff;
            text-decoration: underline;
        }

        table
        {
            border: 0px solid #fff;
            border-collapse: collapse;
        }

        table th
        {
            background-color: #F7F7F7;
            color: #333;
            font-weight: bold;
        }

        table th, table td
        {
            padding: 5px;
            border: 0px solid #fff;
        }

        table input[type=text]
        {
           width:300px;
        }

        th.flab
        {
            font-family: 'Ruluko';
            font-size: 16px;
            font-weight: bold;
        }

        td.ferror
        {
            font-family: 'Ruluko';
            color : #ff0000;
            font-size: 16px;
            font-weight: bold;
        }

        .grecaptcha-badge {
            bottom:55px !important; 
            width: 70px !important;
            overflow: hidden !important;
            transition: all 0.3s ease !important;
            left: 4px !important;
        }

        .grecaptcha-badge:hover {
            width: 256px !important;
        }