/* Ember Hagan
10/7/2021 */

body {
	background-color: oldlace;
}

a {
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	color: lightcoral;
}

h1 {
	background-color: lemonchiffon;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	word-spacing: .5em;
	letter-spacing: .2em;
	text-align: center;
}

h2 {
	font: Times New Roman;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left
}

P {
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: brown;
	line-height: 2;
	margin: 0;
}

strong {
	font-weight: bold;
	font-variant: small-caps;
}

em {
	font-weight: 700;
}

li {
	color: maroon;
}
	