﻿/* Sets styles for ordered list: uppercase roman, applys left and right margins, and sets color */
ol.roman {
	list-style-type: upper-roman;
	text-align: left;
	margin-left: 90px;
	margin-right: 90px;
	color: Maroon;
}
/* Changed header color, to give this page it's own feel */
#a1{
	color: Maroon;
}