* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	background-color: #f8f8f8;
	padding: 2rem;
}

#page {
	position: relative;
	width: 85mm;
	height: 50mm;
	margin: auto;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: #666 0 0 10px;
	background-image: -webkit-linear-gradient(bottom, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 50%);
	background-image: -o-linear-gradient(bottom, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 50%);
	background-image: linear-gradient(bottom, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 50%);
	border-radius: .5em;
}

#content {
	position: absolute;
	bottom: 0em;
	width: 80mm;
	margin: 2.5mm;
	line-height: 140%;
}

#page h1,
#page h2,
#page p,
#page address {
	font-family: monospace;
	font-size: 4mm;
	font-style: normal;
}

#page h2 {
	font-weight: normal;
	letter-spacing: -1px;
}

#logo-xing {
	position: absolute;
	right: 2.5mm;
	top: 2.5mm;
}

.reverse {
	font-family: monospace;
	font-size: 3.5mm;
	direction: rtl;
	unicode-bidi: bidi-override;
}

.easter {
	text-decoration: none;
	color: inherit;
	cursor: wait;
	font-family: inherit;
}