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



/* This is the print css.  
Keep print.css in the same directory as the file, include the
<link rel="stylesheet" type="text/css" href="print.css" media="print" /> 
in the head of the document.

Page content must be placed in divs, e.g.

<div id="navigation" name="navigation"> </div>
<div id="advertising" name="advertising"> </div>
<div id="content" name="content"> </div>
<div id="other" name="other"> </div>

The elements can then be removed in the css file (see display none).

 */
	