@media print{
body {
background-color: #fff;
background: transparent;
color: #000
}

#navbar {display:none;}

#contentarea {
width:100%;
}
