table#subb {
	width: 750px;	
	height: 100px;
	text-align: left;
	padding-bottom: 10px;
	border-left: 1px solid #B3B39B;
	border-right: 1px solid #B3B39B;
	border-bottom: 1px solid #B3B39B;
	}
.subfeature {
  position:relative;
	float: left;
	width: 234px;
	height: 145px;
	min-height:145px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #B3B39B;
  font-size: 10pt;
	}
	
#subfeature a {
	text-decoration: none;
	display: block;
	}
	
#subfeature a:hover {
	color: #003399;
	background-color: #B3B39B;
	}
	
#subfeature a:visited {
	text-decoration: none;
	background-color: #FFF;
	color: #660099;
	}