body {
	font-family: Segoe, San Francisco, Arial, sans-serif;
	color: black;
	background-color: white;
	margin: 0;
}
div.topbar {
	background-color: lightgray;
	background-image: url("images/topbar.jpg");
	text-align: left;
	padding-left: 25px;
	height: 35px;
	line-height: 35px;
	border-bottom: thin solid #000000;
	}

div.redbar {
	background-color: red;
	background-image: url("images/redbar.png");
	height: 70px;
	line-height: 70px;
	color: white;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}

div.content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	width: 800px;
}

div.detailcontent {
	font-family: monospace;
	line-height: 1.3;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 750px;
	border:solid 1px gray;
	padding: .5em;
}

div.bottombar {
	margin-top: 50px;
	background-color: lightgray;
	font-size: 10px;
	padding: 10px;
}

h1 {
	color: darkred;
}


span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}