body {

	background-color: black;
	
}

.container:first-of-type {

	margin-bottom: 25px;

}

.container {

	width: 65%;
	margin-left: auto;
	margin-right: auto;
	background-color: #444444;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	text-align: center;

}

.title {

	font-family: 'Helvetica';
	color: white;
	

}

.formatrow {

	font-family: 'Helvetica'; 
	margin: 0 auto;
	text-align: center;
	font-size: 22px;

}

.formatrow a {
	color: white;
	text-decoration: none;
}

.formatrow a:hover {
	color: white;
	text-decoration: underline;
}

.title p {

	font-size: 18px;
	margin-top: -15px;
	white-space: pre-wrap;

}

hr {

	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #000;
}


.imagecontainer {

	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline;

}

.imagecontainer img {

	//width: 12em;
	//height: 12em;
	padding: 20px 25px 20px 25px;

	max-width: 100%;
	max-height: 15em;

}

.imagecontainer video {
	padding: 20px 25px 20px 25px;

	max-width: 100%;
	max-height: 15em;
}

.imagelist {

	text-align: left;

}

.imagelist a {

	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: "Helvetica";

}


