body {
	font-family: 'Arial', sans-serif;
	background-color: Blue;
	color: white;
	text-align: center;
}
  
p{
  color:green;
}

.rot{
  color:red;
}

img,iframe
{
  width:420px;
  border: 5px solid black;
bordradius:
  
}

table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 1px solid black;
	padding: 8px;
	text-align: left;
}
