.MainBorder {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9C02A2;
	border-bottom-color: #9C02A2;
	border-left-color: #9C02A2;
	background-color: #F8ECFF;

}
body {
	background-color: #B3D3AC;
}
.PurpleBackground {
	background-color: #9C02A2;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990099;
	margin: 0px;
	padding: 0px;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990099;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}
hr {
		color: #990099;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990099;
	font-weight: bold;
}
.MiniBorder {
	border: 2px solid #990099;
}
a:link {
	color: #990099;
	text-decoration: none;

}
a:visited {
	color: #990099;
	text-decoration: none;

}
a:hover {
	color: #990099;
	text-decoration: none;

}

