body {
	font-family: 'LinotypeUniversW01-Regu', sans-serif;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}


h1 {
	background-color: #333333;
	color: #F4F4F4;	
	font-family: 'BodoniClassico W00';
	font-weight: normal;
	font-size: 4.5em;
	line-height: 2em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0.5em;
	width:  100%;
	padding: 0px;
	
}

div {
	max-width: 30em;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-family: 'BodoniClassico W00';
	font-weight: normal;
	font-size: 2em;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 0.5em;
	max-width: 30em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



p a:link {
	text-decoration: none;
	color: #333333;
}

p a:visited {
	text-decoration: none;
	color: #333333;
}

p a:hover {
	text-decoration: none;
	color: #545454;
}

p {
	margin-bottom: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1em;
	line-height: 1.25em;
	margin-top: 1.5em;
}

p.contact {
	text-align: center;
	font-size: 1em;
	line-height: 1.25em;
}

