<html>

<head>
<!-- 
   New Perspectives on HTML and XHTML
   Tutorial 7
   Review Assignment

   Online Scrapbooks: Gallery
   Author: Angel M
   Date:   8/03/06
   Course: Cis- 461 Summer 06
   Filename:         screen.css
   Supporting files: sample1.jpg - sample4.jpg, scraps.jpg, print.css
-->

/*Online Screens styles */
body {color: purple; margin: 0}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: purple}
address {color: purple; font-style: normal; font-variant: small-caps;font-size: 8pt;
        margin-left: 120px; valign: horizontal; text-align: center; clear: both; border-top: 1px solid purple}
#head {border-bottom: 1px solid purple; margin-left: 120px}
#links {width: 100px; position: absolute; left: 0px; top: 0px; background-color: purple; margin-top: 0px; padding: 2px; font-size: 8pt}
#links a {display: block; font-family: sans-serif; color: white; margin: 0; border: 5px solid purple}
#links a:link {text-decoration: normal}
#links a:visited {text-decoration: normal}
#links a:hover {color: yellow; text-decoration: normal; border: 5px outset purple}
#links a:active {color: yellow; text-decoration: normal; border: 5px inset purple}
#main {margin-left: 120px}

</head>
</html>
