* {
	margin: 5px;
	padding: 0;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#container-print {
	position: absolute;
	left: 50%;
	width: 520px;
	margin: 0 0 0 -260px;
	background-color: #ffffff;
}
p {
	text-align: center;
}
h1 {
	text-align: center;
	font-size: 18px;
	margin: 20px 0 20px 0;
}
a {
	font-weight: bold;
}
#container-screen {
	display: none;
}