home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / oddech / hippo / style.css < prev   
Cascading Style Sheet File  |  2002-06-13  |  277b  |  19 lines

  1. BODY 
  2. {
  3.   color : rgb(0, 0, 0);
  4.   background-color : rgb(245, 245, 255);
  5.   font-family : "Arial, Courier,  Times, Verdana, serif";
  6.   font-size : 12px;
  7. }
  8.  
  9. P, CENTER, UL, LI, TR, TD,
  10. {
  11.   font-size : 12px;
  12. }
  13.  
  14. H3
  15. {
  16.   color : rgb(255, 0, 0);
  17.   font-size : 14px;
  18. }
  19.