html,body,h1,h2,h3,h4,h5,h6,p,em,img,div,span,a,ul,li,video
{
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 1em;
	border-spacing: 0;
	text-decoration: none;
}
body
{
	font-family: Verdana, sans-serif;
	background-image: url('hatter.jpg');
	background-attachment: fixed;
}
#content
{
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-after: 3;
	-moz-hyphenate-after: 3;
	-ms-hyphenate-after: 3;
	hyphenate-after: 3;
	-webkit-hyphenate-before: 3;
	-moz-hyphenate-before: 3;
	-ms-hyphenate-before: 3;
	hyphenate-before: 3;
}
#content a:link, #content a:visited
{
    font-weight: bold;
    color: #00A;
}
h1
{
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 1.8rem;
}
h2
{
	font-size: 1.2em;
	color: #427fed;
	margin-top: .5em;
	margin-bottom: .8em;
	cursor: pointer;
	display: table; /* shrink to fit */
}
h3
{
	margin-top: .8em;
	margin-bottom: .3em;
	cursor: pointer;
	display: table; /* shrink to fit */
}
p
{
	text-align: justify;
	text-indent: 2em;
	overflow: hidden;
}
span.float
{
	display: block;
	margin-top: 1rem 0;
	padding: 1rem;
	border: double .2rem #000;
	text-indent: 0;
}
div.youtube
{
	margin: 2rem 0;
}
q
{
	quotes: "„" "”";
}