@charset "UTF-8";
/* CSS Document */

body {
	background: #63fa66;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#container {
	width: 750px;
	margin: auto;
	text-align: left;
	padding: 20px 40px 40px 40px;
	background: #ffffff;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

		h1 {
			font-size: 40px;
			padding-top: 20px;
			margin-left: -30px;
		}
		
		h2 {
			font-size: 25px;
			padding-top: 25px;
		}
		
		h3 {
			font-size: 25px;
			padding-top: 30px;
			margin-bottom: -5px;
		}
		
		p {
			font-size: 18px;
			padding-top: 20px;
		}
		
		a {
			text-decoration: none;
			color: blue;
		}
		
			a:hover {
				text-decoration: none;
				color: red;
			}
			
			a:visited {
				text-decoration: underline;
				color: purple;
			}