body {
	font-family: 'Arial', sans-serif;
	background-color: #07FF4D;
	color: #FF0709;
	text-align: center;
  font-size:64px;
}
.green {
  color: green;
}
.purple {
  color: blue;
}

img,iframe {
  width: 500px;
  border: 5px solid green; 
  border-radius:2000px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 10px solid green;
	padding: 8px;
	text-align: left;
}
a {
	color: red;
}
a:link {
	color: yellow;
a:visited {
	color: blue;
a:hover {
color:green;
a:active 
	color: black;
}