@import url("homescreen.css");
@import url("header.css");
@import url("footer.css");
@import url("contentfooterhm.css");

body {
	background-color: #EFECD9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: Gray;
	text-align: left;
	vertical-align: top;
}