html {
        width: 100%;
        /* height: 100%;*/
        }
body {
        background-color: #FFFFFF; 
        color: #000000;
        font-family: Verdana, , Arial, sans-serif;
        margin: 0px 0px 0px 0px;
        width: 100%;
        /* height: 100%; */
        text-align: center;
        }
        
.large {
        font-size : 15px;
        }
.largelink {
        font-size : 17px;
        font-color: #99cc66;
        }

.copyright {
        font-size : 9px;
        }

