/* import existing print stylesheet */
@import "print.css"; 

#faux { 
background : none;  
}

#preview-message {
display:block;
border:1px solid #666;
background:#FFFFE1;
width: 350px;
padding:5px;
margin-top: 5px;
margin-left : auto;
margin-right : auto;
font-family : Tahoma;
font-size : 11px; 
}
#preview-message h3  { 
font-size : 11px;
font-weight : normal;
} 
#preview-message p { 
text-indent : 15px;
}