<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {

  /* Use a 16px base font size */
  font-size: 100%; /* 1 */

  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */

  /* Establish a vertical rhythm. */
  line-height: 140%;
}


body {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #333333;
	background: #cccccc;
}

.container {
	margin:60px;
	padding: 30px;
	border: solid 1px #999999;
	background: #FFFFFF;
}

a,
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #999999;
	text-decoration: underline;
}

h1 {
	font-size: 250%;
	line-height: 130%;
}

h2 {
	font-size: 180%;
	line-height: 130%;
}

h3 {
	font-size: 120%;
	line-height: 130%;
}

.sprachwahl {
	background: #CCCCCC;
	padding: 5px 10px;
	margin-bottom: 30px;
}

.sprachwahl a,
.sprachwahl a:visited {
	margin-right: 10px;
	text-decoration: none;
	font-size: 90%;	
	color: #333333;
}

.sprachwahl a:hover,
.sprachwahl a:active {
	margin-right: 10px;
	text-decoration: underline !important;
	font-size: 90%;	
	color: #333333;
}</pre></body></html>