.firstname {font-family: Arial; color: red; }
.lastname {font-family: Courier; color: #fff; }
body { font-family: Arial; color: #000000; background: #fdf5e6; }
address { font-family: Arial; font-style: italic; color: green; background: yellow; position: absolute; top: 315px; left: 120px; width: 100px; height: 100px; z-index:4; }
h3 { font-family: Courier; font-style: bold; color: yellow; background: green; position: absolute; top: 200px; left: 160px; width: 200px; height: 200px; z-index:1; }
h4 { font-family: Verdana; font-size: 16pt; color: white; background: blue; position: absolute; top: 250px; left: 50px; width: 300px; height: 70px; z-index:3; }
.things {background: purple; color: #cf0; position: absolute; top: 375px; left: 75px; width: 300px; height: 70px; z-index:2; } 