@import url("layout.css");

<link rel="stylesheet" type="text/css" href="/styles/print.css" media="print" />

#body { 
	color : #000000; 
	background : #ffffff; 
	font-family : "Times New Roman", Times, serif; 
	font-size : 12pt; 
}
 
#header {
	display: none;
}

#navigation {
	display: none;
}

#content { 
	color : #000000; 
	background : #ffffff; 
	font-family : "Times New Roman", Times, serif; 
	font-size : 12pt; 
}

#footernav {
	display: none;
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}