body {
	background-color: white;
	font-family: "Georgia", "Times New Roman", serif;
	margin-right: 1cm;
	margin-left: 4cm;
	margin-top: 0cm;
}

h1 {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-size: 1.75cm;
	white-space: nowrap;
}

h2, h3, h4, h5, h6 { display: none; }
ul { list-style-type: square; line-height: 150%;}
p { line-height: 150%; }

/* Specific styles */

/* Remove some elements that we don't need on paper */
article#site,
footer,
img#portrait {
	display: none;
}


/* Spam filter */
.at:after { content: '@'; }