body {
	width: 100%;
}

.printoff {
	display: none;
}

.printon {
	display: block;
}

.content {
	width: 100%;
	font: 14px sans-serif;
	font-weight: normal;
	color: #333;
	padding: 20px;
	line-height: 20px;
}

.content2 {
	width: 100%;
	font: 14px sans-serif;
	font-weight: bold;
	color: #000;
	padding: 20px;
}