body {
	font-family: 'Arial', sans-serif;
	background-color: pink;
	color: white;
	text-align: center;
}				
p {
   color:red;
}

.ueberschrift{
  color:red ;
  font-size: 40px;
}

img, iframe {
  width: 45%;
  border:6px solid white;
  border-radius:50px
}
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 1px solid black;
	padding: 8px;
	text-align: left;
}
li {
	list-style-type: none;
}
a {
	color: black;
}
a:link {
	color: white;
}

a:hover {
	color: white;
}
a:active {
	color: red;
}
