@import url(boxes.css); @import url(template_css.css); 
@media all { html, body { height : 99%; margin : 0; }
 body { background-color : #FFFFFF; margin : 0px auto; padding : 0px; }
  .clearone { clear : both; height : 0px; }
 }
@media print { .hidden { display : none; left : -1000em; position : absolute; width : 20em; }
}

