body {
	font-family: 'Broadway', sans-serif;
	background-color: aqua;
	color: fuchsia;
	text-align: center;
}		

p {
  color:purple
}

.fuchsia {
  color: fuchsia;
} 

img, iframe {
    width: 40%;
    border: 6px solid lime;
    border-radius: 27px; 
  }
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 4px solid red;
	padding: 10px;
	text-align: center;
}
.ueberschrift{
	font-size: 45px;
	text-decoration: underline;
}

a {
	color: teal;
}