@font-face {
	font-family: 'Roboto';
	src: url(https://www.planetenglueck.de/fonts/Roboto-Medium.ttf) format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto Bold'
	src: url(https://www.planetenglueck.de/fonts/Roboto-Bold.ttf) format('truetype');
	font-weight: bold;
}

body {
	background-color: #ffffff;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
	text-decoration: overline underline;
	cursor: crosshair;
}

h1 {
	font-family: 'Roboto Bold', sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #cccccc;
	padding: 0px;
	padding-left: 20%;
}

h2 {
	font-family: 'Roboto Bold', sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #cc0000;
	padding-top: 0px;
	padding-bottom: 10px;
}

tr:hover {
	background: #cc000c;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 17pt;
	font-weight: normal;
	color: #000000;
}

footer {
	background-color: #cccccc;
	color: #000000;
	padding-left: 30%;
}