.menutitle{
	align: center;
	cursor: pointer;
	margin-top: 4px;
	background-color: #afcfee;
	color: #000080;
	width: 154px;
	height: 20px;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	/*/*/border: 1.2px solid #000000;/* */
}

.submenu{
	text-align: center;
	margin-bottom: 0.5em;
}

a:hover {
    color: green;
    text-decoration: none;
}
