body {
margin: auto;
height: 100%;
font-family: Calibri, sans-serif;
color: #fff;
font-size: 10pt;
line-height: 13pt;
background-color: #bbb;
background-image: url("../imgs/tile.jpg");
background-repeat: repeat-x;
}


a.body:active{color:#444; text-decoration: none;}
a.body:link{color:#444; text-decoration: none;}
a.body:visited{color:#444; text-decoration: none;}
a.body:hover{color:#000; text-decoration: none;}


a.smallText:active{color:#444; text-decoration: none;}
a.smallText:link{color:#444; text-decoration: none;}
a.smallText:visited{color:#444; text-decoration: none;}
a.smallText:hover{color:#000; text-decoration: none;}


.largeText {
font-size: 16pt;
line-height: 20pt;
color: #333;
}

.largeTextW {
font-size: 16pt;
line-height: 18pt;
color: #fff;
}

.smallText {
font-size: 8pt;
color: #444;
}

.intro {
font-size: 12pt;
line-height: 14pt;
color: #333;
}



