/* Format page for printer output */

body {
	background: white;
	font-size: 10pt;
	text-align: left;
	margin: 80px;
}
#container {
     background: white;
}
#tutcontent {
     background: white;
}
.tutsection {
     background: white;
}
#container input{
	display: none;
 }
 #no_script{
	display: none;
 }
hr {
     display: none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a img {
     display: none;
}
h5 {
  page-break-after: always;
}
.img_caption {
     border-bottom: solid 25px white;
}
