/*start of print stylesheet*/

<style type="text/css">
/* gives body white background, changes to serif font*/

body, #right-sidebar {
background: red;
font-size: 1em;
font-family: "Trebuchet MS", verdana, sans-serif;}



/*hides header, footer etc  .entry-meta, */

#header_address_new, #printer_butt_holder, #ajaxmenu_new, #ajaxmenu2_new, .noprint{ display: none !important;}


#header_logo_new, .print{ display: block !important;}


#header_logo_new{    
   url(http://www.promobilia.org/alfa/assets/templates/promobilia/images/newgen_logo_150x70.gif)  no-repeat right top;  
 }



/* 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;
font-size: 11px;
font-family: "Trebuchet MS", verdana, sans-serif; }

/* end of print stylesheet*/

</style>