@charset "utf-8";
#people {
}

#people table{
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 20px;
}
#people th {
	background-color: #CCCCCC;
	color: #5F5E76;
}
#people tbody tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F5E76;
}

#people td {
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
}#about_text {
	font-size: 20px;
	text-align: justify;
	margin-bottom: 20px;
}

#agm_title {
	font-size: 28px;
	color: #5F5E76;
	font-weight: bold;
	padding-top: 20px;
}


#agm {
	font-size: 20px;
	text-align: justify;
}
#about h3 {
	font-size: 24px;
	color: #CCCCCC;
}
