/* Background colour for entire site is khaki. Some cells will be   */
/* overwritten by backgroung image.                                 */
body 
{
    background-color:lightyellow; 
    margin-top:0%; 
    margin-botton:0%; 
    margin-left:0%; 
    margin-right:0%
}

.headText {text-align:center; color:blue;}
.subText {text-align:center; padding-top:8px; font-weight:bold}
.backgroundImage {background-image:url(../images/background.jpg);}
.fontType {font-family:timesroman;font-size:16}
