/*-- Royal Geelong Yacht Club's Routine Racing Style Sheet for season 2009-10 & others --*/

/* Selects the display media performance for a printer (suppresses some of the print-out) */

/* Revised 20 May 2010: SGN: Added .printdisplay                                          */

.imgdisplay
{
display: none;
}

.printdisplay
{
display: block;
}


