/*
   New Perspectives on HTML and XHTML
   Chapter 4 Quiz

   Quiz 4 Style Sheet
   Author: David Oberlander
   Date:   04/14/09

   Filename:         quiz4style.css
*/

body {background-color:#999999; font-family: Verdana, Arial, sans-serif; margin: 30px;}

a  {text-decoration: none; color: red; font-weight: bold;}
a:hover {color: white; background-color: red;}

h1 {color: #CC3300; text-align: center;}
h2 {color: #333333;}
h4 i {color: gold;}

ul {line-height: 1.5; vertical-align: middle; list-style-image: url(bullet.gif);}

.studytip:first-line {font-size: 18pt; text-decoration: underline; font-variant: small-caps; color: #660000;}
.notice {position: relative; left: 20px; top: 10px; font-size: 10pt; color: brown; background-color: ivory; border: 3px inset #CC3300; width: 230px;}
.notice p {margin: 15px;}