/**********************************************************************************************

	Title: Color Stylesheet
	Author: W3Solutions
	
	Version: Office Theme v1.0
		
***********************************************************************************************/

* {
	color: #333;
}
a {
	color: #069;
}
a:hover {
	color: #06C;
}

#content div h2 {
	color: #085C2B;
}
	#content div h3 a {
			color: #000;
	}
		#content.home div p strong {
			color: #085C2B;
		}
		#content.other_houses div.left i {
			color: #fff;
		}
			#footer ul li a {
				color: #3A5664;
			}
			#footer ul li a:hover {
				color: #7ec3e5;
			}
	#footer div {
		color: #fff;
	}
