*{
	margin: 0;
	padding: 0;
}

body{
	margin-left: 80px;
	width: 800px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1{
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
}

h2{
	font-size: 35px;
	margin-bottom: 50px;
}

p{
	font-size: 26px;
	margin-bottom: 50px;
}

.img1{
	width: 100%;
	max-width: 800px;
	height: 100%;
	max-height: 350px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.img2{
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.imgcent{
	text-align: center;
}
