html {
		background-image: url("img/background.jpeg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;

}

a:link {
  text-decoration: none;
  color: darkviolet;
}

a:visited {
  text-decoration: none;
  color: darkorchid;
}

a:hover {
  text-decoration: none;
  color: orchid;
}

a:active {
  text-decoration: none;
  color: darkblue;
}

header {
	font-size: 20px;
	font-family: Syne Tactile, Arial, sans-serif;
	color: midnightblue;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 20px;
}

.stanza-even {
	display: block;
	font-family: Georgia, Garamond, serif;
	font-size: 18px;
	color: darkblue;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.stanza-odd {
		display: block;
	font-family: Georgia, Garamond, serif;
	font-size: 18px;
	color: darkblue;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

h2 {
	font-size: 30px;
}

aside {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding-top: 30px;
	padding-left: 30px;
}

figure {
	font-family: Georgia, Garamond, sans-serif;
	font-size: 12px;
}

h3 {
	color: darkmagenta;
}

footer {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}