@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
/* Style sheet for Scholars SGC web page */\
\
/* General instructions for font, color, and background image */\
body \{\
	font-family: 'Merriweather', serif;\
	color: #344152;\
	margin: 10px;\
	background: #FFEAF0;\
\}\
\
/* General selector values */\
\
/* Paragraph break height */\
p \{\
	line-height: 1.4em;\
\}\
\
\
/* Heading fonts and formats */\
h2 \{\
	font-family: 'Merriweather', serif;\
	color: #344152;\
	font-size: 2em;\
	margin: 0;\
	padding: 0.1em;\
	padding-left: 1em;\
	text-align: center;\
	font-weight: 400;\
\}\
\
h6 \{\
	font-family: 'Merriweather', serif;\
	color: #344152;\
	font-size: 0.75em;\
	margin: 0;\
	padding: 0.1em;\
	padding-left: 1em;\
	text-align: center;\
	font-weight: 400;\
\}\
\
/* Margins and alignment for images in the content division */					\
#content img \{\
			padding: 1px;\
			float: right;\
			margin: 0 0 1em 1em;\
		\}\
a \{\
	text-decoration: none;\
\}\
\
/* Colors for linked text, before and after being clicked */			\
a:link \{\
	color: #F42FA0;\
\}\
\
a:visited \{\
	color: #AB1E6F;\
\}\
\
\
/* Page Layout */\
\
#header \{\
	margin-left: auto;\
	margin-right: auto;\
	text-align: center;\
	\}\
\
#content \{\
	margin-top: 10px; \
\}\
\
/* Layout for divisions containing images and their captions */\
#picture \{\
	padding: 1px;\
	float: right;\
	text-align: center;\
	font-size: 8pt;\
	margin: 0 0 1em 1em;\
\}\
/* Layout for alignment of footer */\
\
#footer \{\
	margin-left: auto;\
	margin-right: auto;\
	text-align: center;\
\}\
\
\
#footer img \{\
	padding: 10px;\
\}\