home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / ORIGAMI.CSS < prev    next >
Cascading Style Sheet File  |  1998-03-31  |  469b  |  33 lines

  1. body        {
  2.             color: #505050;
  3.             font-weight: bold;            
  4.             font-size: 10pt;
  5.             font-family: "Arial CE, Arial";
  6.             }
  7. h3        {
  8.             color: #505050;
  9.             font-size: 14pt;
  10.             }
  11.  
  12. h2        {
  13.             color: #505050;
  14.             font-size: 18pt;
  15.         }
  16.  
  17. h1        {
  18.             color: #505050;
  19.             font-size: 24pt;
  20.         }
  21.  
  22.  
  23. a:link        {
  24.             color: #000064;
  25.             text-decoration: none;
  26.             font-weight: bold;            
  27.             }
  28.     
  29. a:visited    {
  30.             color: #000064;
  31.             text-decoration: none;
  32.             font-weight: bold;            
  33.             }