#content h1 {
	text-align: center;
}

table {
	border-collapse: collapse;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

table, tr, td, th {
	border: 1px solid #0000;
}

td, th {
	text-align: left;
	/*vertical-align: middle;*/
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
}

/* background color */
.td-highlight {
	background: #eee; 
}

.tr-hover {
	background-color: #A8A8D5;
}

/* Top column header section */
th {
	background: #a5a5a5;
}

table a {
	text-decoration: none;
/*	color: #FFFF; */
}

table a:hover {
/*	color: #333; */
}