BODY 
{ 
    font-family : Verdana; 
    font-size : 10pt; 
    color : black; 
    background-color : lightblue;
}
.InCentre 
{ 
    text-align : center;
    font-size : 10pt; 
}
H1
{ 
    font-family : Verdana; 
    font-size : 14pt; 
    font-weight : Bold; 
    color : black; 
    text-align : center;
}
H2
{ 
    font-family : Verdana; 
    font-size : 12pt; 
    font-weight : Bold; 
    color : black; 		

    text-align : center;
}
.MessageTitle
{ 
    font-family : Courier; 
    font-size : 10pt; 
    font-weight : Bold; 
    color :  black;
    background-color : lightblue;
}
.Message
{ 
    font-family : Courier; 
    font-size : 10pt; 
    font-weight : Normal; 
    color :  black;
    background-color : lightblue;
}
.Old
{ 
    font-family : Courier; 
    font-size : 8pt; 
    font-weight : Normal; 
    color :  blue;
    background-color : lightblue;
    margin-left : 35pt;
}
.HiLite
{ 
    font-family : Courier; 
    font-size : 10pt; 
    font-weight : Normal; 
    color : lightblue; 
    background-color : black;
}

