 body {
  background-color: #99FFFF;
 }
h3 {
	color: #00FF99;
	font-family: Verdana; 
	text-align: center;
	font-size: 35px;
	border: solid;
	border-color: black;
	border-width: 2px;
	background-color: black;
}
h1 {
	color: #5D97FF;
	font-family: Comic Sans MS;
	text-align: center;
	font-size: 60px;
}
table {
	color: #4A572C;
	font-family: Impact;
	font-size: 20px;
	text-align: center;
	border: dotted;
	border-width: 4px;
	border-color: purple;
}
td {
	border: solid;
	border-width: 4px;
	border-color: purple;
a {
	text-decoration: none;
	color: #00FFBF;
	font-size: 20px;
	font-family: Tahoma;
	text-align; center;
}
span img {
	height: 400px;
	width:600px;
}
ul {
	color: green;
	text-align: center;
}
li {
	color: purple;
	text-align: left;
}
