body{
	background-color:#e6ffe6;
}
.container{
	margin-left:5%;
	margin-right:5%;	
}
h1{
	font-size:24px;
}

.header{
	clear:left; font-size:20px; font-weight:bold; text-align:center; color:#CD0000;/*brick red*/
}
.menu{
	clear:left;padding:10px; background-color:black; color:yellow; font-size:22px; font-weight:bold; text-align:center;
}
.div221{
	clear:left; margin-top:10px; text-align:justify;
}
.div2211{
	float:left;
}
.div2212{
	float:right; width:50%; border:solid;
}
.footer{
	clear:left; padding:5px; text-align:center; background-color:black; color:white;	
}
a:link 
{	color: white;
	font-weight: normal;
	text-decoration: none;
}
a:visited 
{	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:hover 
{	color: red;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;	
}