@import url("global.css");
@import url("horizontal_nav.css");
@import url("custom.css");



body {
	background-color:#f48b5c;
}


.style5, .style6 {
	color: #f48b5c;
}

.heading {
	color: #f48b5c;
}

a:hover {
	color:#f48b5c;
}

.header {
	background-color:#f48b5c;
}



