﻿body {
}
.style1 {
            width: 800;
        }
.styleCentre
        {
            text-align: Center;
            font-weight: bold;
            BACKGROUND-COLOR: #33cccc;
            
        }
.StyleLeft
        {    
            text-align: Left;
            font-weight: bold;
            width:25%;            
        }
.StyleRight
        {    
            text-align: Right;
            font-weight: bold;
            width:25%;            
        }
.StyleAlignCentre
        {    
            text-align: Center;
            font-weight: bold;
            width:25%;            
        }
    