/* GEOG 863 Lesson 3 - Style Sheet */
/* Matthew Pawlenko, 16 Jan 2024 */

/* Header Styles */
h2 {
	color: black;
	font-size: 15pt;
	font-style: italic;
	font-family: "Times New Roman";
	border-bottom: 1px solid black;
}

/* Paragraph Styles */
p{
	color: black;
	font-family: "Times New Roman";
	font-size: 12;
}

.signature{
	color: silver;
	font-size: italic;
	font-size: 10;
}