/* Ember Hagan
11/12/2021 */

/* headings */

h1 {
	background-color: lemonchiffon;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: .5em;
	letter-spacing: .2em;
	text-align: center;
	border-top-style: solid;
	border-top-color: wheat;
	border-top-width: thick;
	border-bottom-style: solid;
	border-bottom-color: wheat;
	border-bottom-width: thick;
}

h2 {
	font: Times New Roman;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16;
	background-color: wheat;
	color: maroon;
	background-image: url(images/parchment.jpg);
}

h1, h2, h3, h4, h5, h6 {
	color: maroon;
}

/* body */

body {
	background-color: oldlace;
	background-image: url(images/betterparchment.jpg);
	background-repeat: repeat;
}

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;
}

strong em {
	color: indianred;
}

/* lists */

li {
	color: maroon;
	background-image: url(images/parchment.jpg);
	line-height: 1.5em;
	padding-left: 5px;
	padding-bottom: 5px;
}

ul {
	color: indianred;
	list-style-type: circle;
}

/* classes */

p.alignleft {
	text-align: left;
}


img.left {
	float: left;
	margin: 7px 7px 7px 7px;
}

img.right {
		float: right;
		margin: 7px 7px 7px 7px;
}

.alignright {
	text-align: right;
}

.clear {
	clear: both;
}

.advertisement {
	text-align: center;
	color: white;
	background-color: black;
	float: right;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}

/* links */

a {
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	color: lightcoral;
}

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;
}
	