@charset "utf-8";

h3 {
	color: #2c4d91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96a6c8;
	margin-bottom: 5px;
	font-weight: bold;
}

h4 {
	color: #2c4d91;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #96a6c8;
	margin-top: 15px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}