/*
PRINT STYLESHEET
*/


#header, #sidebar, #sidebar-small, #footer, #respond, #commentform {display: none;}

#content {width: 100%; margin: 0; float: none; font-size: 1.2em;}

a:link, a:visited {color: #000000; text-decoration: underline;}

pre {
 white-space: pre-wrap;       /* css-3 should we be so lucky... */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 ?? */
 white-space: -o-pre-wrap;    /* Opera 7 ?? */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}