body {
  	color: black;
  	margin-left: 7em;
	margin-right: 5em;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #99CCCC;
	line-height: 120%
}

h1, h2, h3, h4, h5, h6 {
  	font-family: Antique, sans-serif;
  	color: #0B6D76;
	}

.teksti {
	top: 1.5em;
	width: 50em;
	height: 800em;
	background-color: white;
	position: absolute;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2em;
}

.teksti h1 { 
		margin-left: 1em;
		margin-bottom: 2em;
}


.teksti p {
	font-family: Georgia, serif;
	text-align: justify;
	margin-top: 3em;
}

.teksti ul	{
	font-family: Georgia, serif;
	list-style-type: none;
}

.kuvat p {
	margin-top: 0em;

}
	
.kuvat p img {
	width: 40em;

}	