.accordian {
	width: 515px;
	position:absolute;
	top:75px;
	left:13px;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
}

.accordian li {
	list-style-type: none;
	padding: 0 5px;
}

.dimension {
	height: 100px;
}
	
.even, .odd {
	font-weight: bold;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
}
	
.even {
	border: 1px solid black;
	background-color: #ffff66;
}
	
.odd {
	border: 1px solid black;
	background: #ae1216;
	color: white;
}