html{	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #eee;
}body{	width: 615px;
	border-radius: 10px;
	margin: 50px auto 20px;
	padding: 20px;
	text-align: justify;
	color: #111;
	font-family: Ubuntu, sans-serif;
	font-size: 13px;
	overflow-y: scroll;
}h2{	font-family: Courier, monospace;
	font-size: 85px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 10px;
}div, h3{
	display: block;
	text-align: center;
}h2+b, h2+b+p{
	font-weight: normal;
	display: inline;
	font-size: 11px;
}h2{	color: #444;
}a{	text-decoration: underline;
	color: #444;
	outline: none;
}h2>a{	text-decoration: none;
}a:hover{
	text-decoration: underline;
}p{	line-height: 18px;
}blockquote{
	display: block;
	font-style: italic;
	margin: 20px 10px;
	padding-left: 100px;
	min-height: 65px;
}blockquote:before{
	content: "„";
	margin-top: -150px;
	margin-left: -100px;
	font-size: 200px;
	float: left;
	font-family: serif;
	font-weight: bold;
	color: #444;
}blockquote:after{
	content: "";
}code,pre,tt{
	padding: 0 3px;
	white-space: pre-wrap;
	background: #fff;
	border: thin solid #444;
	border-radius: 3px;
}h2 a[href="/"]:hover{
	text-decoration: none;
}body>ul{
	list-style: none;
	margin: 0;
	padding: 0;
}body>ul>li{
	border-bottom: thin dotted #888;
	padding: 10px 20px;
	margin: 0 -20px;
}li:last-child{
	border-bottom: 0;
}body>ul>li>a:first-child{
	background: #444;
}body>div[align=center]{
	color: transparent;
}body::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}body::-webkit-scrollbar-thumb{
	background-color: #444;
}body::-webkit-scrollbar-track{
	background: #eee;
}
