/* This stylesheet allows for the pages of Xander Xtreme to be printed without borders, 
images etc interfering in the layout*/

/*this goes on the HTML page*/
/*<!-- external information relevant to the printing of the page-->
<link rel="stylesheet" type="text/css" href="XXPrint.css" media="print" />
*/

body {
   background: white;
   font-size: 10pt;
   }

#ftr, #hdr, #r-col, #l-col  {
   display: none;
   }
 #c-block,#c-col {
   width: auto;
   margin: 0px;
   padding: 0px 10px 0px 0px ;
   border: 0px;
   float: none !important;
   }
#c-col a:link:after, #content a:visited:after {
   content: " ";}

div#content {text-align:left;}

/*#c-col a[href^="/"]:after {
   content: " (http://www.xanderxtreme.com" attr(href) ") ";
   }*/

#search {display:none;}

/*p { page-break-before: auto;}*/

h1, *{background:transparent; color:#000000;} 
h1{font-size:14pt;}

a:visited {display:none;}
 
   
img{display:none; background:transparent;}
