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 ;
	-webkit-box-shadow: 8px 8px 8px red;
	-noz-box-shadow: 8px 8px 8px red;
	box-shadow: 5px 5px 5px red;
	text-shadow: 2px 2px 1px blue;
	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;
	text-shadow: 1px 1px 0 blue;
	}
.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: 440px;
	width: 500px;
	padding:8px;
	border: 5px solid blue;
	
	}
figcaption {
	text-align: left;
	font-family: Papyrus, fantasy;
	}
