home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / DREAMWEAVER / TUTORIAL_FILES / Pages48-52 / tutorial / style.css < prev   
Cascading Style Sheet File  |  2003-11-26  |  223b  |  15 lines

  1. h1 {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 12px;
  4.     font-weight: bold;
  5.     color: #24455D;
  6. }
  7. p {
  8.     font-family: Arial, Helvetica, sans-serif;
  9.     font-size: 10px;
  10.     color: #000000;
  11. }
  12. .highlight {
  13.     color: #660000;
  14. }
  15.