body, html {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	font-family: 'Georgia CE', 'Times New Roman', 'Times CE', Georgia, times, serif;
	font-size: 12pt;
	text-align: center;
	}

img {
	display: none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
a:hover, a:active {
	text-decoration: none;
	color: #000;
}

cite {
	font-style: italic;
	quotes: '„' '”';
}
cite:before {
	content: open-quote
}
cite:after {
	content: close-quote
}