body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

h1 {
	color : #000000;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}

#side, #footer, #banner, #depot-form, #no_print{
  display : none; 
}
/*
 * add this to the head of the document
 * <%= stylesheet_link_tag "print" , :media => "print" %>
 * or this <link rel="stylesheet" type="text/css" href="print.css" media="print" />
 * http://webdesign.about.com/cs/css/a/aa042103a.htm
*/ 
