body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
div.box1 {
	position: absolute;
 	top: 130px; left: 480px;
 	height: 250px; width: 150px;
 	color: white;
 	
 	z-index: 1;}
div.box2 {
	position: absolute;
 	top: 420px; left: 200px;
 	height: 100px; width: 420px;
 
 	z-index: 20;}
div.box3 {
	position: absolute;
	 top: 15px; left: 175px;
 	height: 125px; width: 125px;
 	background-color: yellow;
 	z-index: 10;}
}