BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

#col1  
	{
	float: left;
	top: 110px;
	left: 300px;
	position: absolute;
	width: 400px;
	height: 300px;
	overflow: visible;
	z-index: 2;
	visibility: visible
	}

#house   
	{
	background-image: url(../images/homePageHouse.jpg);
	position: absolute;
	top: 151px;
	left: 557px;
	width: 243px;
	height: 185px;
	visibility: visible;
	z-index: 1
	}	