body {
	background-color : #feffa3;
	background-image : url("image/yellowleaves.jpeg");
	font-size:16px;
	line-height:160%;
}
div#footer {
	margin 5px;
	border-top : 1px solid green;
	width : 100%;
	text-align : center;
}
.red { color:red; }
.green { color:green; }
.brown { color:brown; }
.bold { font-weight:bold; font-size : large;}
.blue { color:blue; }
p.image { text-align:center; }
h1, h2 { text-align:center; }
