/*JamWorld print CSS*/
html, body,td {
margin: 0; 
padding: 0;
   }
	/*text box*/
	#ts{
	margin-left:20pt;
margin-right:30pt;
font: 12pt/20pt "Times New Roman", serif;
}
.rndbox {
 display:none;
		}
	#container{
		display:none;
	}	
		/*puts text box over image*/
#container, textblock {
margin-left:20pt;
margin-right:30pt;
font: 12pt/20pt "Times New Roman", serif;
}
#main {
 margin-left:20pt;
 margin-right:30pt;
	}
	#main p, #main li {
 font:  12pt/20pt "Times New Roman", serif; 
	}
  #main p, 	#main date{
		text-align:center;
	}
	#nav {
 display:none; 
 }
 #main  h1 #main h2{
 	font: 16pt Georgia, "Times New Roman", serif;
	color: #4b4b4b;
	background-color:transparent;
 }
 #main h2 {
 	font: 14pt Georgia, "Times New Roman", serif;
	padding-bottom:2pt;
	border-bottom:1pt dotted #ccc;
 }
#footer {
	display:none;
}	 
  #top  {
	display:none;
}
