.firstname {font-family: Arial; color: red; }
.lastname {font-family: Courier; color: #fff; }
body { font-family: Arial; color: #000000; background: #fdf5e6; }
h3 { font-family: Courier; font-style: bold; color: yellow; background: green; position: absolute; top: 500px; left: 0px; width: 200px; height: 200px; }
h4 { font-family: Verdana; font-size: 16pt; color: white; background: blue; position: absolute; top: 300px; left: 50px; width: 300px; height: 100px; }
address { font-family: Comic Sans MS; color: green; background: yellow; position: absolute; top: 0px; left: 600px; }
.things {font-size: 20px; font-style: italic; font-variant: small-caps; position: absolute; top: 800px; left: 65 px;}
