html, body {
        cursor: default;
        padding: 0px;
        margin: 0px;
        height: 100%;
        text-align: center;
        background-color: #0C0C0C;
	    font-family: Verdana, Arial, sans-serif;
	    font-size: 12px;
        text-align: center;
        line-height: 1.6em;
        color: #FAE3D1;		
        }        
             
