.housebutton
{
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style:solid;
	border-color: #ddd;
	color: #666;
	text-decoration: none;
	display: block;
	width:auto;
	text-align: left;
}

.housebutton a
{
	color: #333;
	text-decoration: none;
}

.housebutton a:hover
{
	color: #000;
	text-decoration: none;
	display:block;
	background-color: #eee;
}

