#table1 {
	width: 680px;
	padding-left: 20px;
	padding-top: 20px;
}
#table2 {
	width: 680px;
	padding-right: 20px;
	padding-top: 20px;
}
#table1 table caption {
	background-color: #996633;
	color: #FFF;
	font-weight: bold;
}

#table1 table tr {
	background-color: #FFF; 
}

#table1 table tr:hover {
	
	background-color:#FFC;
}

#footer{
	background-color: #996633;
	color: #FFF;
	text-align: center;
	
}

#table2 table caption {
	background-color: #996633;
	color: #FFF;
	font-weight: bold;
}

#table2 table tr {
	background-color: #FFF;
}

#table2 table tr:hover {
	color:#fff;
	background-color: #ffc;
}

