/* PRINT SHEET CANTERBURY TABLETENNIS ++++++++++++++++------------------------ */

/* Remove unwanted elements */
 #header, #nav, #content-left, #content-right, #footer, .no print {
 display: none;
}


/* Ensure the content spans the full width */
#content-main {
width:100%;
margin:0;
float:none;
}



/* improve color contrast of links */
a:link, a:visited {
color: #781351
}

p {
page-break-inside:avoid;
font:12pt serif; 
}

h1,h2,h3,h4,h5,h6 {

page-break-before:avoid;
}

