
/* = print
-------------------------------------------------- */
* {
	font-family: arial, sans-serif;
	font-size: 11pt;
	line-height: 1.3;
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	color: #000;
	background: #fff;
}

h1 {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2.45em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.5em;
	margin-bottom: .5em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: .5em;
}

h5 {
	margin-bottom: .5em;
}

p {
	margin-bottom: 1em;
}

a {
	color: #000;
}

ul {
	margin: 0 0 1em 1em;
}

input {
	border-bottom: 1px solid #000;
}

textarea {
	border: 1px solid #000;
}

#content {
	margin: 0;
}

#content h3 {
	padding-left: 0;
}

/* = page break
-------------------------------------------------- */
h1,
h3,
h4,
h5 {
	page-break-after: avoid;
}

/* = hide
-------------------------------------------------- */
h2,
#skip,
#search,
#language,
#nav,
#content form .button {
	display: none;
}
