html, body {
margin:0;
padding:0;
font-family:'Comic Sans MS', 'Lucida Casual';
background-color:#fff;
text-align:left;
height:101%;
}

h1 {
font-size: 20px;
color: #000000;
font-weight: bold;
}




/*------------------------------ address ---------------------------- */
#address {
margin:0;
padding:15px 0 5px 0;
color:#ffffff;
text-align:center;
clear:both;  
background-color:#003595;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
border-top:2px solid #DD3B0F; 
}

#address a {
text-decoration:underline;
color:#ffffff;
font-weight:bold;
}
/*------------------------------ footer ---------------------------- */
#centre {
color:#003595;
font-size:11pt;
text-align:center;
line-height:1.4;
}
.copyright {
font:8pt Arial, Helvetica, sans-serif;

}

