		body {
	 		background-color: yellow;
	 	}
	 	header, main, #footer {
	 		width: 880px;
	 		box-shadow: 3px 2px 3px grey;
	 		background-color: white;
	 		margin: 0 auto;
	 	}
	 	header {
	 		border-radius: 10px 10px 0 0;
	 	}
	 	header h1 {
	 		font-size: 30px;
	 		text-align: center;
	 		color: blue;
	 		padding: 20px;
	 	}
	 	main section {
	 		padding: 10px;
	 	}
	 	main section h2 {
	 		font-style: italic;
	 		color: green;
	 	}
	 	main section p, main section li, footer p {
	 		padding-left: 40px;
	 		padding-right: 20px;
	 		line-height: 1.5;
	 	}
	 	section span {
	 		color: red;
	 		font-weight: bold;
	 	}
	 	#footer {
	 		border-radius: 0 0 10px 10px;
	 	}
	 footer p {
	 	padding: 10px 20px 5px 20px;
	 }
	#footer a {
		display: block;
		padding: 5px 20px 10px 20px;
		text-decoration: none;
		font-size: 20px;
	}