/*
   New Perspectives on HTML, XHTML, and DHTML
   Tutorial 12
   Case Problem 1
   Filename: premier.css

   This file contains styles used in the house.htm file.

*/



h2 {font-family: Arial, Helvetica, sans-serif; width: 700px; 
    margin-bottom: 0px}
#price {margin-top: 0px; font-family: Arial, Helvetica, sans-serif}
#description {width:650px}


#slidebox {width: 650px}
#slidebox p {text-align: center; font-family: Arial, Helvetica, sans-serif; 
           font-size: 9pt}
a {text-decoration: none}
img {border-width: 0px}
address {clear: left; font-style: normal; text-align: center; font-size: 8pt;
         width: 650px; border-top: 0px; margin-top: 20px;
         font-family: Arial, Helvetica, sans-serif}