home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / DEVELOPER / TUTORIAL_FILES / Pages92-93 / global.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-24  |  587 b   |  42 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, li {
  12.     font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
  13.     color: #696969;
  14.     line-height: 22px;
  15.  
  16. }
  17.  
  18. h1 {
  19.     font-family: Georgia, "Times New Roman", Times, serif;
  20.     font-size: 20px;
  21.     color: #696969;
  22.  
  23.  
  24. }
  25.  
  26. hr {
  27.     color: #003366;
  28.     background-color: #696969;
  29.     height: 1px;
  30.     border: 0;
  31. }
  32.  
  33.  
  34. #content {
  35.     margin: 40px;
  36.     padding: 8px;
  37.     background-color: #FEFEFE; 
  38.     border: 1px solid #EAEAF4; 
  39.     
  40. }
  41.  
  42.