body {
	background: none;
}

#page {
	width: inherit;
	margin: 0;
	padding: 20pt;
	height: 100%;
	background: none;
	box-shadow: none;
	moz-box-shadow: none;
	webkit-box-shadow: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 13px;
}

.noPrint {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}
