@charset "utf-8";
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #6e4f97;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #6e4f97;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #535353;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	text-align: left;}

a {
	color: #535353;
	text-decoration: underline;
}
.img-border {
	border: thin solid #7a5ea1;
}
ul {
	line-height:1.8;
	text-align: left;
}
.nav-links {
	color: #6e4f97;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

