/*site.css */
header, footer{
		background-color: lightgray;
		border: solid 1px black;
		font-family: "Times New Roman, serif;"
	}
	body {
	 font-family: Segoe UI, Arial, Helvetica, san-sarif;
	 font-size: 14px;
	}
footer {
	padding: : 10px;
	border-radius: 3px;
}
