@charset "utf-8";
/* CSS Document */

.menumm {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5A3115;
	text-align: center;
}

.menumm a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #024D86;
	text-align: center;
	
}

.menumm a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	text-align: center;
	text-decoration:overline;
	
}


.main-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000;
}

