/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 3
   Case Problem 3

   Midwest Center for Diversity Style Sheet
   Author: Elaine Eichner
   Date: 10/07/09   

   Filename:         center.css
   Supporting Files: none

*/

body        {color: black; margin: 0em; background: rgb(204, 204, 153); }

#banner      {float: left}

#pageContent {width: 42em; margin-left: 4em}

h1          {font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; color: rgb(204, 204, 153); 
             letter-spacing: 0.5em; text-align: center; padding: 0.2; background: rgb(102, 102, 204)} 
             
em          {display:block; font-style: normal; font-weight: bold; color: rgb(102, 102, 204)} 

address     {font-style: normal; text-transform: uppercase; color: rgb(102, 102, 204); text-align: center;
            padding: 0.5em; border-top: 0.1em solid rgb(102, 102, 204) }
            





      

