h1 {
	font-size: 24px;
	color: #393C71;
}

h2 {
	font-size: 20px;
	color: #5B6694;
}

h3 {
	font-size: 18px;
	color: #393C71;
}

h4 {
	font-size: 14px;
	color: #5B6694;
	font-style: italic;
}

h5 {
	font-size: 12px;
	color: #5B6694;
}

p {
	font-size: 11px;
	color: #5B6694;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #393C71;
	font-weight: bold;
}