@media print	{
	html, body {
		margin: 0;
		padding: 0;
		font-family: serif;
	}

      [href]:after {content: " [" attr(href) "] ";}
	hr	{
		display: block;
		height: 1px;
		border: 1px solid #000;
	}

	h1, h2, h3, h4, h5, h6	{
		page-break-inside: avoid;
		page-break-after: avoid;
		page-break-before: auto;
		font-family: sans-serif;
		font-weight: bold;
		margin: .5em 0 .3em 0;
	}
	h1 {
		font-size: 18pt;
		font-variant: small-caps;
		border-bottom: solid 2px rgb(253,160,9);
		border-top: solid 2px rgb(253,160,9);
		text-align: center;
		
	}
	 h2{

  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 150%;
  margin: 2ex 0 1ex 0;
  padding: 0;
  text-align: center;

	}
		 h3{

  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
	}
	
acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}
	p.last { font-size: 70%; 
margin-top:5em;
padding-top: 1em;
border-top: 1px solid Black;
width: 350px;

}
#google {
display: none;
}

}
