  @charset "utf-8";
/* CSS Document */

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
 
}

h1 {
	font-size : 30pt; 
}	

h2 {
	font-size : 20pt; 
}
	
#content {
	font-size: 10pt;
	width: 800px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

#noprint { 
  display : none; 
} 

#page-break { 
	page-break-before: always;
} 





