div#print {
	width: 7em;
	position: absolute;
	top: 12em;
	right: 4em;
}
div#print p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
	text-align: right;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 1em;
	padding-bottom: 1em;
}
div#print a {
	text-decoration: none;
	display: block;
}

