@media print {

/* =universal */
* { float : none!important; position : static!important; }

/* =body */
body { padding : 1cm; background : #fff; color : #000; font : normal 11pt/1.4 Palatino, Georgia, "Times New Roman", Times, serif; }	

/* =navigation */
#nav_access, .nav_main, #nav_supp, #navigation, #additional, #skipnav, #footer { display : none; }

/* =typography */
h1, h2, h3, h4 { font-weight : bold; line-height : 1.1; }
h1 { font-size : 22pt; border-bottom : 1px solid #999; }
h2 { font-size : 16pt; }
a, a:visited { text-decoration : underline; }
a:after { content(attribute)href }


/* =img */
img, a img { border : none; }
.img img { display : block; }

}