/*start of print stylesheet*/
/* gives body white background, changes to serif font*/

body {

background: white;

font-size: 1em;

font-family:verdana;}

/*hides header, footer etc */

#header-nav-bottom, #left-column, #footer, .entry-meta, #comments, .noprint{

display: none !important;}

/* resize logo*/ 

.entry-title {font-size:2em;}

/* speads content across the printed page*/

div#content {width:95%; margin:0 1em; padding:0}

/*removes decoration from links*/

a:link, a:visited {

color: #316dad;

background: transparent;

font-weight: normal;

text-decoration: none;}

/* end of print stylesheet*/
