		body {
            margin-top: 25px;
            margin-bottom: 25px;
            background-color: #f4f2ed;
            background-image: url("/img/redox-02.png");
            font-family: 'Old Standard TT', serif;
            font-size: 110%;
		}
		
		h1 { 
	    	font-weight: 800; 
	    	color: #E54759;
	    	text-transform: uppercase;
	    	font-size: 150%;
	    	letter-spacing: 3px;
	    	text-align: left;
	    	padding-top: 5px;
	    	padding-bottom: 15px;
		}

		h3 {  
	    	font-weight: 400; 
	    	color: #E54759;
	    	text-transform: uppercase;
	    	font-size: 90%;
	    	letter-spacing: 3px;
	    	text-align: center;
	    	padding-top: 15px;
	    	padding-bottom: 5px;
		}
		
		h5 { 
	    	font-weight: 400; 
	    	color: #E54759;
	    	text-transform: uppercase;
	    	font-size: 50%;
	    	letter-spacing: 3px;
	    	text-align: center;
	    	padding-top: 15px;
	    	padding-bottom: 5px;
		}
		
		.container { margin: auto; position: relative; width: 600px; }
		.graytext {color: #3C3F3D;}
		.footertext {
			color: #808080;
	    	text-transform: uppercase;
	    	font-size: 50%;
	    	letter-spacing: 3px;
	    	text-align: center;
	    	padding-top: 1cm;
	    	padding-bottom: 15px;
		}
		.abouttext {color: #858585; font-style: italic;}
		.redtext {color: #E54759;}
		
		a {
		    text-transform: uppercase;
		    font-weight: bold;
		    letter-spacing: 3px;
		}
		/* unvisited link */
		a:link {
		    color: #E54759;
		    text-decoration: none;
		}
		
		/* visited link */
		a:visited {
		    color: #E54759;
		    text-decoration: none;
		}
		
		/* mouse over link */
		a:hover {
		    color: #767f99;
		    text-decoration: underline;
		}
		
		/* selected link */
		a:active {
		    color: #E54759;
		    text-decoration: none;
		}
		
		p.lore {
			border: 2px dotted #808080;
			border-radius: 12px;
			text-align: center;
			padding: 10px 8px 10px 8px;
	    	font-size: 80%;
	    	text-transform: uppercase;
	    	margin: 0px 15px 0px 15px;
		}
		
        .back-link {
            text-align: center;
            margin-top: 1.5em;
            font-size: 80%;
        }
		
		img { border: 0; display: block; margin-left: auto; margin-right: auto; }
		img.block { display: block; }
		header img { max-width: 250px; }

		.emph {
			color: #E54759;
			font-weight: bold;
		}

		:root {
			--select-border: #777;
			--select-focus: blue;
			--select-arrow: var(--select-border);
		}

		select {
			appearance: none;
			background-color: transparent;
			border: none;
			padding: 0 1em 0 0;
			margin: 0;
			width: 100%;
			font-family: inherit;
			font-size: inherit;
			cursor: inherit;
			line-height: inherit;
			z-index: 1;
			text-align: center;
			outline: none;
		}

		label {
			font-size: 1.125rem;
			font-weight: 500;
		}

		.select {
			display: grid;
			grid-template-areas: "select";
			align-items: center;
			position: relative;
			min-width: 300px;
			max-width: 600px;
			border: 1px solid var(--select-border);
			border-radius: 0.25em;
			padding: 0.25em 0.5em;
			font-size: 1.0rem;
			cursor: pointer;
			line-height: 1.1;
			background-color: #fff;
			background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
		}
		.select select,
		.select::after {
			grid-area: select;
		}
		.select:not(.select--multiple)::after {
			content: "";
			justify-self: end;
			width: 0.8em;
			height: 0.5em;
			background-color: var(--select-arrow);
			clip-path: polygon(100% 0%, 0 0%, 50% 100%);
		}
		.select--disabled {
			cursor: not-allowed;
			background-color: #eee;
			background-image: linear-gradient(to top, #ddd, #eee 33%);
		}
		select:focus + .focus {
			position: absolute;
			top: -1px;
			left: -1px;
			right: -1px;
			bottom: -1px;
			border: 2px solid var(--select-focus);
			border-radius: inherit;
		}
		select[multiple] {
			padding-right: 0;
			height: 6rem;
		}
		select[multiple] option {
			white-space: normal;
			outline-color: var(--select-focus);
		}

		dl.day-correspondences {
			display: grid;
			grid-template-columns: max-content 1fr;
			gap: 0.55em 1.4em;
			margin: 0.8em 15px 1.2em;
			padding: 1.1em 1.4em;
			border-top: 3px double #a09070;
			border-bottom: 3px double #a09070;
			background: rgba(160, 144, 112, 0.05);
		}
		dl.day-correspondences dt {
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.72em;
			letter-spacing: 1px;
			padding-top: 0.2em;
			color: #a09070;
			white-space: nowrap;
		}
		dl.day-correspondences dd {
			margin: 0;
		}
		dl.day-correspondences dd a {
			text-transform: none;
			font-weight: normal;
			letter-spacing: normal;
			color: inherit;
			text-decoration: underline;
			text-decoration-color: #c0ad90;
			text-underline-offset: 2px;
		}
		dl.day-correspondences dd a:hover {
			color: #767f99;
			text-decoration-color: currentColor;
		}

		@media screen and (max-width: 640px) {
			.container {
				width: 100%;
				padding: 0 18px;
				box-sizing: border-box;
			}
			img { max-width: 100%; }
			dl.day-correspondences {
				grid-template-columns: 1fr;
				gap: 0;
			}
			dl.day-correspondences dt {
				margin-top: 0.5em;
			}
		}