body {
	font-family: 'Arial', sans-serif;
	background-color: white;
	color: #1910b5;
	text-align: center;
}				

.rot {
  color:red;
}

img,iframe {
  width:450px;
  border:5px solid Aqua;
  border-radius:10px
}

img {
  hight:315px
}


table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 1px solid aqua;
	padding: 8px;
	text-align: left;
}

a {
	color: blue;
}
a:link {
	color: yellow;
}
a:visited {
	color: red;
}
a:hover {
	color: green;
}
a:active {
	color: maroon;
}
