body {
	max-width: 800px;
}

body, table, tr, td {
	font-size: 14px;
}
body, h1, h2, table, tr, td {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	margin-right: 0px;
}
ul {
	margin: 0px;
	padding-left: 20px;
}
/*
h1:before {
	content: counter(chapter, decimal) ". ";
	counter-increment: chapter;
	counter-reset: section;
}
h2:before {
	content: counter(chapter, decimal) "." counter(section, decimal) ". ";
	counter-increment: section;
}
*/

body {
	margin-left: 60px;
}
h1 {
	margin-left: -50px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-top: 1px solid black;
	color: #f05699;
	font-size: 30px;
}
h2 {
	margin-left: -30px;
	margin-top: 15px;
	margin-bottom: 3px;
}
input[type="submit"] {
	font-size: 25px;
	padding:10px;
	cursor: pointer;
}

.header {
	font-size: 29px;
}

.tipp {
	font-size: 14px;
	margin: 10px;
	margin-left: 0px;
	padding: 7px;
	border: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
	background-color: #FFC;
}

a {
	font-size: 22px;
	color: blue;
}