<html>

<head>
<!-- 
   New Perspectives on HTML and XHTML
   Tutorial 7
   Review Assignment

   Online Scrapbooks: screen.css
   Author: Michelle Dill-Wilson
   Date:   October 28,2006

   Filename:         screen.css
   Supporting files: sample1.jpg - sample4.jpg, screen.css, scraps.jpg, print.css
-->
body{margin:0}

h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color:purple}
address{margin-left: 120px;color:purple; font-style: normal;text-align: center; clear: both; border-top: 1px solid purple; font-size:8pt}
#head{margin-left: 120px;border-bottom: 1px solid purple}

#links {width: 100px; position: absolute; left: 0px; top: 0px; margin-top: 0px; padding: 10px;margin: 0px;border: 5px solid purple}
#links a {display: block;font-family: sans-serif; color: white; background-color: purple; font-size: 8pt}
#links a:link {text-decoration: none}
#links a:hover{color:yellow; border:5px outset purple}
#links a:active{color:yellow; border:5px inset purple}

#main{margin-left: 120px}
</head>
</body>



</html>