html, body {
	color: #333333;
	margin: 0px;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
}
#sh20 {
	height: 20px;
}
a {
	text-decoration: none;
	color: #E32129;
}
a:hover {
	text-decoration: underline;
}
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
	}
	a {
		text-decoration: none;
		color: #000000;
	}
}
