

body {
 	
	background: white;
	margin-top: 0; 
	margin-bottom: 0;
	
}
#main {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: none;
	height: 100%;
	font-size: 12px;
}
#header {
	
  	text-align: center;
  	width: 100%;
	background: none;
	margin: 20px 0 0 0;
}
#container {
	width: 95%;
	text-align: center;
	border: none;
	padding: 5px;
	margin: auto;
	float: left;
}


#left {	
	text-align: left;
	float: left;
	width: 42%;
	border: none;
	display: block;
	
	
}
#left a:link {
	display: block;
	text-decoration: none;
	color: green;
}
#left a:hover {
	display: block;
	text-decoration: none;
	color: black;
}
#left a:visited {
	display: block;
	text-decoration: none;
	color: olive;
}
#right {	text-align: left;
	float: right;
	display: block;
	border: none;
	width: 42%;
	
	
}	
#right a:link {
	display: block;
	text-decoration: none;
	color: green;
}
#right a:hover {
	display: block;
	text-decoration: none;
	color: black;
}
#right a:visited {
	display: block;
	text-decoration: none;
	color: olive;
}
h3 {	background: #006400;
	color: #ffeb00;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#footer {
	height: 200px;
	clear: both;
	text-align: center;
	border: none; 
}
#footer img {
	margin-top: 30px;
	border: none;	
}
#footer  a:visited {
	color: green;
}	

a:link, ahover {
	color: green;
	text-decoration: none;
}
a:visited { 
	color: olive;
	text-decoration: none;
}
