@font-face {
	font-family: P052; src: url('P052-Roman.otf');
}
body {
	background-color: white;
}
h1 {
	display: flex;
	color: black;
	font-family: P052, serif;
	font-size: 30px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}
h1 div {
	margin-left: 40px;
}

h2 {
	color: black;
	margin-left: 10px;
	font-family: P052, serif;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: black;
	margin-left: 20px;
	font-family: serif;
	font-size: 16px;
	font-weight: bold;
}
p {
	color: black;
	margin-left: 20px;
	font-family: serif;
	font-size: 16px;
}
li p {
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: serif;
	font-size: 16px;
}
a {
	color: green;
}
.kuva {
	text-align: center;
}
.kappale {
	border-top-style: solid;
	border-color: green;
	border-width: 2px;
	margin-bottom: 120px;
}
.alareuna {
    border-top-style: solid;
	border-color: green;
	border-width: 2px;
	text-align: center;
}

.ylareuna {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.ylareuna div {
	margin: 5px;
}
.ylareuna a:link {
	color: black;
	text-decoration: none;
}
.ylareuna a:visited {
	color: black;
	text-decoration: none;
}
.ylareuna a:hover {
	color: black;
	text-decoration: none;
	outline-width: 2px;
	outline-offset: 5px;
	outline-style: solid;
	outline-color: green;
}
.ylareuna a:active {
	color: black;
	text-decoration: none;
	outline-width: 2px;
	outline-offset: 5px;
	outline-style: solid;
	outline-color: green;
}
