body {
	color:blue; 
	background-image: url(background.jpg);
	background-size: cover ;
	background-repeat: no-repeat;
	}
li {	
	font-size: 14pt;
	color: #333399;
	}
.heading {
	background-image: url(h1background.jpg);
	background-size: 320px 120px;
	height: 80px;
	width: 300px;
	border: 8px double yellow;
	-webkit-border-radius: 15px ;
	padding-top: 5px;
	padding-bottom:15px;
	padding-left:10px;
	}
.heading2 {
	color:#336699;
	background-color: #00CCFF ;
	width: 280px;
	padding: 5px;
	border: 4px solid yellow;
	-webkit-border-radius: 15px;
	}
.paragraph {
	font-size: 18pt;
	color: #333399;
	}
.footer {
	font-size: .75em;
	font-style: italic;
	}
.image {
	float:left;
	height:80px;
	width:60px;
	padding: 10px;
	}
.home {
	height: 100px;
	width: 100px;
	}
figure { 
	height="380";
	width="480";
	padding:10px;
	}
figcaption {
	text-align: left;
	font-family: Papyrus, fantasy;
	}
