@media print {
#header, #container .snb, #visual, #helper, #quick, #bottom, #footer{display:none;background:#FFF;}
p {font-size:9pt; orphans: 3; color:#000 !important;}
dd{font-size:11pt;}

#container, #content{
    width: auto;    
    float: none !important;
    }
#content{background:none !imporatant;}

h3{  
	width:auto;
	padding:0 0 5px 0;
    border-bottom: 2px solid #c8c8c8; 
	}
#location, h4, h5, p{padding:0 0 5px 15px;}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a[ href^="http://"]:after, a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";font-size: 90%;}
}


