/* Start of CMSMS style sheet 'Mikes print stylesheet' */
/* Start of CMSMS style sheet 'Mikes print stylesheet' */
/* Order of rules:
     Common elements (links, etc.)
     Basic structure
     Menus
     Content
     Syntax highlighting
*/


/** Common elements (links, etc.) **/

/** Basic structure **/

/* hide site title, sidebars for print */
div#header, div#footer, div#search, #sidebar {
  display: none;
}

/** Menus **/
/* hide site menus for print */
div.menu_horiz, div#menu_vert {
  display: none;
}

/** Content **/
/* extend the box around this element and give it a white background */
pre {
  background-color: #ffffff;
  border: thin solid #005a9c;
}
/* End of 'Mikes print stylesheet' */

/* End of 'Mikes print stylesheet' */

