home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Kubit_Braden / tutorial.11 / case4 / granite.css < prev   
Cascading Style Sheet File  |  2011-12-18  |  618b  |  19 lines

  1. /*
  2.    New Perspectives on XHTML and XML
  3.    Tutorial 11
  4.    Case Problem 4
  5.    Filename: granite.css
  6.  
  7.    This file contains styles used in the accounts.xml file.
  8.  
  9. */
  10.  
  11. body                  {font-family:Arial, Helvetica, sans-serif}
  12. Client                {display:block; margin-bottom:20px}
  13. Name, Address, Street, Phone, E-mail, Account_Total 
  14.                       {display:block}
  15. Address, Phone, E-mail, Account_Total 
  16.                       {text-indent: 1em}
  17. Name                  {font-family:Arial, Helvetica, sans-serif; font-weight:bold}
  18. First, Last           {display:inline; margin-right:0.5em}
  19.