		body {
			color: white;
			background-color: black;
			text-align: center;
			font-family: palatino, georgia, "times new roman", "times roman", times, serif;
			letter-spacing: .1em;
			}
		section#memorial {
			width: 80%;
			margin-left: auto;
			margin-right: auto;
			}
		h1 {
			color: silver;
			letter-spacing: .4em;
			font-variant: small-caps;
			}
		h2 {
			color: skyblue;
			}
		h3 {
			color: darkorange;
			}
		p {
			line-height: 1.2;
			}
		a {
			color: lightblue;
			text-decoration: none;
			}
		a:hover {
			color: gold;
			}
		ul,li {
			list-style-type: none;
			margin-left: 0;
			margin-top: .3em;
			padding-left: 0;
			}
		iframe {
			border: none;
			margin-left: auto;
			margin-right: auto;
			}
		div.video {
			clear: both;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			width: 100%;
			}
		hr {
			clear: both;
			color: #333;
			margin-left: auto;
			margin-right: auto;
			width: 60%;
			}
		img {
			margin-left: auto;
			margin-right: auto;
			}
		img#group {
			width: 90%;
			}
		img#triumvirate {
			width: 40%;
			}
		figure {
			border-bottom: thin solid #444;
			margin-left: auto;
			margin-right: auto;
			width: 90%;
			}
		figure img {
			width: 100%;
			}
		figcaption {
			font-family: open-sans, helvetica, sans-serif;
			}
		figcaption::before {
			content: "\2191\0020";
			font-weight: bold;
			}

		span.photocredit {
			display: block;
			font-size: small;
			text-align: right;
			}

@media only screen and (max-width: 480px) {

		section#memorial {
			width: 98%;
			}

		iframe, video, hr, figure, img#group, img#triumvirate, img#coverArt, img#springTraining a#donateLink {
			width: 95% !important;
			}
			
		p a#donateLink {
			font-size: small !important;
			line-height: 185% !important;
			}

	}