@CHARSET "ISO-8859-1";
body {
	background-color: #ffeeee;
}

h1 { text-align: center; }
h2 { text-align: center; }

table { border-collapse: collapse; }
td { vertical-align: top; padding-right: 4px; }
td.itemNumber { font-size: smaller; font-weight: bold; }
td.itemName { font-style: italic }

div.content {
	background-color: lightyellow;
	padding: 8px;
	border: 4px solid darkred;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	-moz-border-radius: 16px;
	color: darkred;
	margin-bottom: 16px;
}

div#logo {
	margin-top: 8px;
}

div#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#logo p {
	font-family: monospace;
	font-size: large;
	text-align: center;
}
