/* Remove all unnecessary elements, and make the ones that survive black text on white background */
BODY {
 background: none #fff;
 font-family: arial;
}

/* Dump unwanted */
IMG,A,MAP, #ftrbar {
 display: none;
}

/*
DIV.swap {
 background-image: url('/pics/header_print.jpg');
 background-repeat: no-repeat;
 height: 108px;
}
DIV.swap span {
 display:none;
}
DIV#header {
 background-repeat: no-repeat;
}
*/

/* This'll only work in modern browsers like Firefox
#header:before {content: " BECLAWAT "; 
font-size: 25px; display: block; margin-bottom: 3mm; padding: 3px 3px 2px; text-align: center; }
 */