home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 88 / PIWD88.iso / mac / contents / developer / tutorial_files / Pages94-95 / global.css < prev    next >
Cascading Style Sheet File  |  2003-11-03  |  599b  |  43 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     font-size: 12px;
  4.     color: #696969;
  5.     background-color: #ffffff;
  6.     margin: 0px;
  7.     padding: 0px;
  8.  
  9.  
  10. }
  11. p {
  12.     font-family: Verdana, Arial, Helvetica, sans-serif;
  13.     font-size: 12px;
  14.     color: #696969;
  15.     line-height: 22px;
  16.  
  17. }
  18.  
  19. h1 {
  20.     font-family: Georgia, "Times New Roman", Times, serif;
  21.     font-size: 20px;
  22.     color: #696969;
  23.  
  24.  
  25. }
  26.  
  27. hr {
  28.     color: #003366;
  29.     background-color: #696969;
  30.     height: 1px;
  31.     border: 0;
  32. }
  33.  
  34.  
  35. #content {
  36.     margin: 40px;
  37.     padding: 8px;
  38.     background-color: #FEFEFE; 
  39.     border: 1px solid #EAEAF4; 
  40.     
  41. }
  42.  
  43.