.c-title-page__title {
	color: black;
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.c-content__box {
	text-align: justify;
}

.c-content__box .text a {
	color: #0000EE;
	text-decoration: underline;
}

.c-content__box .text a:visited {
	color: #551A8B;
}

.c-content__box .text a:link:active,
.c-content__box .text a:visited:active,
.c-content__box .text a:hover {
	color: #FF0000;
}

.c-content__box .text ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 50px;
}

.c-content__box table {
	border-collapse: collapse;
	width: 100%;
}

.c-content__box table th,
.c-content__box table td {
	border: 1px solid #ddd;
	padding: 8px;
}

.c-content__box table th {
	background-color: #f2f2f2;
}

.c-content__box table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.c-content__box table tr:nth-child(1) {
	text-decoration: underline;
	font-weight: bold;
}