/*style.css*/
header {
	background-color: lightgray;
	border: solid; 1 px;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	background-image: url("neutrals.jpg");	
}


footer {
	background-color: gray;
	border: solid; 8px;
}