.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0033FF;
}

.paragraph_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0033FF;
}

.paragraph_big {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0033FF;
	font-weight: bolder;
}

.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding: 1px;
	border: ridge;
	background-color: #023699;
}


.nav_sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	padding: 5px;
	font-weight: bolder;
	color: #333333;
	background-color: #FFFFFF;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}

.center_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}

.page_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
}
