@font-face {
	font-family: Eurostile;
	src:         url(Eurostile.ttf);
}
                
body {
	position: absolute;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 5em;
	max-width: 40em;
	font-family: Eurostile, Arial, sans-serif;
	font-size:  14pt;
}
q {
	quotes: "»" "«" ">" "<";
}
h1 {
	margin-top: 0;
}
img {
	border: 0px;
}
pre {
	font-family: Eurostile, Courier, monospace;
	font-size: 16pt;
}
li
{
	margin-bottom: 1ex;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	color: #0066cc;
}
.boxed {
	border: #999999 1px solid;
	padding: 1em;
	background: #f7f7f7;
}
.barcode {
	position: relative;
	left: 40em;
	bottom: 6em;
}
.larger {
	font-size: 16pt;
}
.smaller {
	font-size: 12pt;
}
