/* CSS Document */

.title {
	color: #001961;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}

.part {
	color: #001961;
	font-weight: bold;
	font-size: 18px;
}

.subpart {
	color: #001961;
	font-weight: normal;
	font-size: 16px;
	font-style:italic;
	text-decoration:underline;
}