/* DATEI: format.css */

body {
	background-color: black;
	font-family: Baskerville-Old-Face;
	font-size: 19px;
	color: lightgreen;
}

p {
	text-align: center;
}

h1 {
	color: darkgreen;
	background-color: white;
	text-align: center;
}

h2 {
	color: lightgreen;
}

ul {
	list-style-type: circle;
}

ol {
	cock
}

li {
	list-style-position: inside;
	margin-bottom: 10px;
}

td {
	border: solid;
}

th {
	border: solid;
}

table {
	border-collapse: collapse;
}

table {
	width: 60%;
}

table {
	margin: auto;
}

.ungerade {
	background-color: lightblue;
}

.gerade {
	background-color: cyan;
}

tr:hover {
	background-color: darkgreen;
	color: white;
}

th {
	color: yellow;
	background-color: blue
}


.box {
	border: 1px solid;
	width: 400px;
	background-color: black;
	padding: 5px;
	/*margin:400px;*/
}

.tutorial {
	width: 50%;
	overflow-wrap: break-word;
	float: left;
}

.rechts {
	margin-right: 200px;

	float: right;
}