/* Ember Hagan
10/24-25/2021 */

body {
	background-color: oldlace;
}

a {
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	color: lightcoral;
}

h1 {
	background-color: lemonchiffon;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: .5em;
	letter-spacing: .2em;
	text-align: center;
}

h2 {
	font: Times New Roman;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16;
	background-color: wheat;
}

P {
	font-size: 14pt;
	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;
}

ul {
	color: indianred;
	list-style-type: circle;
}

p.align {
	text-align: left;
}

.imagealign {
	text-align: right;
}

strong em {
	color: indianred;
}

h1, h2, h3, h4, h5, h6 {
	color: maroon;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	background-color: lightcoral;
	color: oldlace;
}
	