body {
	color: #00AA00;
	background: #dddddd;
	position: relative;
	display: flex;
	justify-content: center;
	font-family: tahoma, arial, sans-serif;
	margin-top: 100px;
	}
	
#body {
	background: #ffffff;
	border: 1px solid #00AA00;	
	border-radius: 20px;
	width: 800px;
	text-align: center;
	justify-content: center;
	}

#main {
	color: #333333;
	background: #ffffff;
	margin: 10px;
	height: 500px;	
	text-align: center;
	}

a {
	color: #00AA00;
	text-decoration: none;
	}
	
a:hover {
	color: black;
	text-decoration: underline;
	}

h2,h4 {
	color: #00AA00;
	}
	
hl {
	border: 1px solid #00AA00;	
	}