/* --------------------------------------------------------------

    print.css

    Author: Greg Dalrymple 
    Date: 25/05/09

    This is the print stylesheet for earlswood vets

-------------------------------------------------------------- */

#header, #nav, #footer, #slideshow, img, #comments, #additional-content-col { display: none; }

body { 
    font-size: 0.9em; 
    font-family: Georgia, 'Times New Roman', Serif;
    line-height: 1.5em;
    margin: 15px;
}



