/***************************************/
/* print.css                           */
/* Use with swindonasc.co.uk/*.shtml   */
/***************************************/

#navBar, img, #infoBar, #footer, #affiliations, .noPrint{
display: none;
}


body{
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
color: #000; 
background-color: #FFF; 
}

h2{
position: fixed;
top: 30px;
left: 10px;
}

.mainText{
position: fixed;
top: 60px;
margin-left: 10px;
}



