/* print.css */

body {
  background: #fff;
  color: #000;
}

a,
a:visited {
    color: #0000ff;
}

#header,
#productLinks,
#subNavPanel,
#outerFooter {
    display: none;    
}

#outerContent {
  background: #fff;
  color: #000;
}

#contentPanel {
    float: none;
    width: 100%;
}