body {
	background-color: #008000;
}


#head {
	text-align: center;
	border-bottom: 3px double gray;
}

#Center {
	float: left;
	width: 100%;
}


sa{
	color:white;
}

sa:visited{
	color:#FFCC00;
}


#Menu {
	float: left;
	width: 15%;
	min-height: 30em;
	background-color: #1111111;		
}

#Menu li {
	list-style-type: none;
	width: 5em;
	text-align: center;
	margin-left: -2.5 em;
}

#Menu a {
	text-decoration: none;
	color: black;
	display: block;
	border: 3px blue outset;
	background-color: #CCCCFF;
}

#Menu a:hover {
	border: 3px blue inset;
}

#footer {
	border: 1px black solid;
	float:left;
	width: 100%;
	clear: both;
	text-align: center;
}

.WingColor{ color:#FEFFCB;}

#Left{
	float: left;
	width:15%;
	min-height: 50ems;
	text-align: center;
}

#Mid{
	float: left;
	width:65%;
	min-height: 50ems;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}

#Right{
	float: left;
	width:17%;
	min-height: 50ems;
	padding-left: 1%;
	text-align: center;
}