html {
    height:101%;
    }
#scrollfix {
    position: absolute;
    top: 0;
    bottom: -0.1px;
    width: 1em;
    z-index: -1;
    }
    
    
.bold { font-weight:bold; }

.norm { font-weight:normal; }
    
.italic { font-style: italic; }
 
.center { 
    width:100%;
    text-align: center; 
    }
       
.left { 
    width:100%;
    text-align:left; 
    }

.right { 
    width:100%;
    text-align: right; 
    }