/* site.css */
header {
	background-color: 	#601B0C;
	border: solid 5px 	#0A9B82;
	border-raduis: 10px;
	color: #0A89B2;
	font-size: 32px;
	font-family:Segoe Print;
	padding: 20px;
		}
body {
	font-family: Gadugi, Bookman Old Style, Arial;
	font-size: 20px;
	}
#main {
	border: solid 1px #;
}
footer {
	background-color: #601B0C;
	border: solid 2px #0A9B82;
	border-radius: 3px;
	font-size: 14px;
	font-family:Segoe Print;
	color: #0A89B2;
	padding: 8px;
}
