table experiment using lynda example {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9em;
	margin: 30px auto;
	width: 85%;
}
table thead tr th {
	font-size: 1em;
	line-height: 30px;
	font-weight: normal;
	padding-left: 10px;
	background: #41637b;
	color: #fff;
	background-color: #41637b;
	text-align: left;
	border-bottom: 1px solid #fff;
}

table tbody tr td {
	line-height: 20px;
	padding-left: 10px;
	border: 1px solid #fff;
}
#c2 .content.section_boxtop.section_box2 table {
	color: #000;
	margin-left: 2px;
}
#c2 .content.section_boxtop.section_box2 table tbody tr th {
	text-align: left;
}
table tr:hover {
	color: #fff;
	background-color: #707E99;
}

.tableheadername {
	font-size: large;
}
#toolBreadown, #toolModified, #toolInstructions {
	background-color: #f5d3a5;
}
#toolDesc, #toolNotations, #toolObsolete {
	background-color: #bdd5dd;
}

