

#logo {
	float:left;
	padding: 10px; 
	}

#control {
	float: right;
	padding: 10px;
	font-size: 10px;
	color: white;
	}

#control a:link {color: white;}
#control a:visited {color: white;}
#control a:hover {color: white;}
#control a:active {color: white;}

#Econtent {
	clear:both;
	padding: 10px;
	}

table, th, td {
	border: 1px solid black;
	border-collapse:collapse;
	}
th {
	background-color:green;
	color:white;
	padding:3px;
	}
td {
	padding:3px;
	}
tr.alt td{
	color:#000;
	background-color:#EAF2D3;
	}
tr td{
	color:#000;
	background-color:white;
	}	