.relative{
			height: 75px;
			width: 250px;
			position: absolute;
			background-color: purple;
			top: 100px;
			left: 150px;
			}
		.greenbox{
			height: 75px;
			width: 275px;
			position: absolute;
			background-color: green;
			top: 200px;
			left: 150px;
		}
		.bluebox{
			height: 75px;
			width: 250px;
			position: absolute;
			background-color: blue;
			top: 300px;
			left: 150px;
		}
		.italic{font-weight:italic;
		}
		.orange{
			height: 75px;
			width: 275px;
			position: absolute;
			background-color: orange;
			top:400px;
			left: 150px;
			}
		.red{
			height: 75px;
			width: 275px;
			position: absolute;
			background-color: red;
			top:500px;
			left: 150px;
		}		
		#h1{
			color:blue;
			font-family:Georgia;
		}
		#h3{
			color:black;
			font-style: italic;
		}
		#body{
			color:white;
		}