﻿.YellowHighlight {
	background-color: #FFFF00;
}
.BoldCenteredPara {
	font-weight: bold;
	background-color: #D8BFD8;
	text-align: center;
}
.FontDarkPurple {
	color: #503750;
}
.style1 {
	margin-left: 96px;
	text-align: right;
}
.style2 {
	margin-left: 225px;
	text-align: right;
}
.box {
	padding: 2px;
	border: thin groove #660033;
	margin: 2px;
	background-color: #CCFFCC;
}
.BoldPurpleHighlight {
	font-weight: bold;
	background-color: #D8BFD8;
}
.OrderedLowercaseAlpha {
	list-style-type: lower-alpha;
}
.BoldHyperlink {
	font-weight: bold;
	color: #503750;
}
.PurpleHighlight {
	background-color: #DFB8DF;
}
.centered {
	text-align: center;
}

