@page {
	size: auto; 
	margin: 2cm 1cm;
}

body {
	color: black;
	background-color: white;
	font-family: sans-serif;
	font-size: 12pt;
	text-align:justify;
}
#search {
	display:none;
}
#logo {
	display:none;
/*	position:absolute;
	top:0;
	right:0;*/
}
#searchcont	{
	display: none;
}



h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
[href]:after {
	content: " [" attr(href) "] ";
}
#logo [href]:after {
	content: "";
}
img {
	border:none;
}

/* site specific style */
h1 {
font-size: 130%;
}
h2 {
font-size: 125%;
}
h3 {
font-size: 120%;
}
.latin {
	font-style: italic;
}

