/* Letchworth.css */

:root {
	--background:	Khaki;
	--logobg:	Tan;
	--headbg:	GoldenRod;
	--textclr	#462307;
}

body {
	margin:	0;
	padding:	25px;
/*	padding-top:	0;*/
	background-color:	var(--background);
	line-height:	1;
/*	color:	#462307;*/
	color:	var(--textclr);
}

.header {
	background-color:	var(--headbg);
	text-align:	center;
	vertical-align:	middle;
	font-size:	56px;
	font-weight:	bold;
	font-style:	italic;
	border-radius:	10px;
}

.title {
	display:	inline-block;
	font-size:	40px;
	margin-top:	7px;
	margin-bottom:	10px;
	font-weight:	bold;
	background-color:	var(--headbg);
	border-style:	none;
	padding:	7px 10px 7px 10px;
	border-radius:	10px;
}
.title-link {
	background-color:	var(--logobg);
}

a.plain {
	text-decoration: none;
	color:	var(--textclr);
}
a.plain:hover {
	color:	yellow;
}

.picframe {
	border-style:	solid;
	border-width:	1px;
	border-radius:	10px;
	width:	400px;
	padding:	10px;
	padding-bottom:	3px;
	margin-bottom:	5px; "
}

.smallpicframe {
	border-style:	solid;
	border-width:	1px;
	border-radius:	10px;
	width:	300px;
	padding:	10px;
	padding-bottom:	3px;
	margin-bottom:	5px; "
}

.pic {
	margin-bottom:	2px;
	border-radius:	10px;"
}

