h6 {
	color:#000;
	background-color: transparent;
	margin: 0px;
	padding: 5px 0 10px 0;
	font-weight:100;
	font-size: 125%;
	clear: left;
}

#office {
	background-color:#000;
	height: 30px;
	border: 1px solid #39f;
}

.offices {
	width: 100px;
	height: 30px;
	background-color: #39f;
	display: block;
	float: left;
	vertical-align:middle;
}

#industrial {
	background-color:#000;
	height: 30px;
	border: 1px solid #b1d61d;
}

.industrials {
	width: 100px;
	height: 30px;
	background-color: #b1d61d;
	display: block;
	float: left;
}

#studio {
	background-color:#000;
	height: 30px;
	border: 1px solid #fc0;
}

.studios {
	width: 100px;
	height: 30px;
	background-color: #fc0;
	display: block;
	float: left;
}

.question {
	padding-left:20px;
	height:30px;
	display: block;
	float: left;
}

#office h6 a:hover {
	color:#39f;
	background-color: transparent;
	text-decoration:none;
}

#industrial h6 a:hover {
	color:#b1d61d;
	background-color: transparent;
	text-decoration:none;
}

#studio h6 a:hover {
	color:#fc0;
	background-color: transparent;
	text-decoration:none;
}

h6 a {
	color:#fff;
	background-color: transparent;
	text-decoration:none;
}

