h1{
 color: #654A65;
 font-size:18px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
}
h2{
 color: #654A65;
 font-size:17px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
}
.bold {
	font-weight: bolder;
}
.title_purple {
	font-size: 18px;
	font-weight: bolder;
	color: #712F54;
}
.bold_italic {
	font-style: italic;
	font-weight: bolder;
	color: #5B2B5B;
}
.text {
	font-size: 16px;
	color: #5B2B5B;
}
.nav {
	font-size: 12px;
	color: #5B2B5B;
}
