@charset "utf-8";

.title {
	text-align: center;
	margin-top: 18px;
	font-size: 130%;
	font-weight: bold;
	line-height: 180%;
}

.color_navy {
	color: #002060;
	font-size: 110%;
	font-weight: bold;
}

.color_brown {
	color: #740000;
	font-size: 150%;
	font-weight: bold;

}

.photo {
	display: inline;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

