table.part {
	width: 90%;
	margin: 10px auto;
	padding: 15px;
	background-color: red;
	border: 2px outset blue;
	text-align: center;
}

tr.part {
	border: 1px groove black;
}

th.part {
	background-color: white;
	line-height: 1.6;
	border: 1px solid black;
}

td.part1{
	width: 8%;
	background-color: #00CCFF;
	border: 1px dashed black;
}

td.part2{
	background-color: #CCFFFF;
	width: 50%;
	border: 1px dashed black;
	text-align:left;
}

td.part3{
	background-color: #CCFFFF;
	width: 14%;
	border: 1px dashed black;
}