/* Default for holding pages CSS styles */




@media print {
	
	body {

	font-size: 7pt;
	page-break-after: always;
	font-family: "Times New Roman", Times, serif;
	color: #F00;
	width: 60%;
} 
}

a {
  text-decoration : underline;
  color : #0000ff;
}
#navigation, #advertising, #other {
  display : none;
} 

