header {
	margin-left: 10vw;
	margin-right: 10vw;
	padding: 1vw;
	font-family: "Tahoma", sans-serif;
	text-align: center;
}

img.logo {
	width: 80%;
}

a.top-nav {
	margin: 1vw;
}

.center {
	text-align: center;
}

.previous {
	text-align: center;
	font-family: "Tahoma", sans-serif;
	margin: 50px;
}

footer {
	font-family: monospace;
	color: DarkMagenta;
	font-size: small;
}

article {
	font-family: "Times New Roman", "Times", serif;
	margin: 2vw auto;
	padding: 2vw, 2vw;
	line-height: 1.5;
}


figure {
border-radius:3vw; 
}

a {
	text-decoration: none;
	color: DarkBlue;
}

h1 {
	text-align: center;
}



blockquote {
	font-family: "Tahoma", sans-serif;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 5px;
  text-indent: 25px;
}

figcaption {
	text-align: center;
	font-family: "Tahoma", sans-serif;
	color: #808000;
}

img.inline {
	font-family: "Tahoma", sans-serif;
	border-radius: 3px;
	border: 1px solid LightSteelBlue;
	max-width: 90%;
	height: auto;

}
