body {
	width: 50%;
	margin: auto;
	font-family: Tahoma, sans-serif;
	background-image: url("cloverbg.png");
	background-repeat: repeat;
}
h1,h3,h4 {
	text-align: center;
}
#top {
	background: white;
	padding: 7px;
	margin-top: 20px;
	border: 2px solid black;
	box-shadow: 5px 5px grey;
}
a {
	color: #4FD534;
	text-decoration: none;
}
a:hover {
	color: darkgreen;
}