/* print.css */

* 											{ background-color:white !important; background-image:none !important; }
body 										{ margin:0; padding:0; background:none; color:#333; font:normal 10pt/1.5 Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 							{ font-family: Arial, Helvetica, sans-serif; }
code 										{ font:.9em "Courier New", Monaco, Courier, monospace; }
thead 										{ display:table-header-group; }
tr 											{ page-break-inside:avoid; }

img 										{ float:left; margin:1.5em 1.5em 1.5em 0; }
a img 										{ border:none; }

hr											{ width:100%; height:2px; margin:2em 0; padding:0; background:#ccc; color:#ccc; border:none; }
blockquote									{ margin:1.5em; padding:1em; font-style:italic; font-size:.9em; }
.small										{ font-size:.9em; }
.large										{ font-size:1.1em; }
.quiet										{ color:#999; }
.hide										{ display:none; }

#header 									{ background:#039; height:120px; }
.article .attention 						{ border:2px solid #fc3; padding:10px 20px; }

/* float: none; for all floated elements */
#content 									{ float:none !important; }

/* things to hide */
#skip, #nav, #nav_secondary, #footer		{ display:none; }

/* anchors */
a:link, a:visited 							{ background:transparent; color:#520; font-weight:bold; text-decoration:underline; }