/*site.css*/	
header {
	background-color: lightgrey; 
	border: solid 1px black;
	font-family: 'Times New Roman', serif;
}
body {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 24px;
}