@import "print.css";

body {
	width: 760px;
	margin: 0 auto;
	color: #333;
}

#printMessage {
	display: block !important;
	margin: 0 auto 2em;
	background: #f0fafe;
	border: 1px #b8dced;
	border-style: none solid solid;
	height: 1%;
}
#printMessage h3 { padding: .5em; }
#printMessage p { padding: 0 .5em 1em; }
#printMessage a:hover { text-decoration: none; }

