#itsthetable {
	color: #036;
	width: 500px;
	margin: auto;
}

#itsthetable th {
	font-size: 12px;
	color: #FFF;
	background-color: #6B2434;
	padding: 8px 4px;
	/*border-bottom: 1px solid #4F1826;*/
}

#itsthetable table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #4F1826;
	width: 100%;
}

#itsthetable td {
	padding: 4px;
	padding-left: 20px;
	font-size: 12px;
}


#itsthetable th {
	text-align: left;
	width: 150px;
}

#itsthetable tr {
	/*border-bottom: 1px solid #4F1826;*/
}

tbody td a{
	font-weight: bolder;
}
