

#defect-table h2 {
	margin: 0px; padding: 3px 0px 3px 10px;
	border: none;
	color: #fff;
	font-size: 1.2em;
	background-color: rgb(88,130,176);
	}

ul.defect {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	list-style-type: none;
	text-align: left;
	}

#defect-table a:link {
	color: #008;
	background: #fff;
	text-decoration: none;
	font-size: 0.9em;
	}

#defect-table a:visited {
	color: #804;
	background: #fff;
	text-decoration: none;
	font-size: 0.9em;
	}

#defect-table a:hover {
	color: #fff;
	background-color: rgb(88,130,176);
	text-decoration: none;
	font-size: 0.9em;
	}

ul li {
	margin-bottom: 0.3em;
	}

tr td	 {
	vertical-align: top;
	}
