home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 January / PCWorld_2001-01_cd.bin / HTML / HAIR.CSS next >
Cascading Style Sheet File  |  2000-09-28  |  628b  |  48 lines

  1. <!--
  2. body        {
  3.             color: #000000;
  4.             font-family: Arial;
  5.         }
  6. strong        {
  7.             color: #C9334C;
  8.             font-weight: bold;
  9.         }
  10. b        {
  11.             color: #C9334C;
  12.             font-weight: bold;
  13.         }
  14. h3        {
  15.             color: #C9334C;
  16.             font-size: 14pt;
  17.         }
  18.  
  19. h2        {
  20.             color: #C9334C;
  21.             font-size: 18pt;
  22.         }
  23.  
  24. h1        {
  25.             color: #C9334C;
  26.             font-size: 24pt;
  27.         }
  28.  
  29.  
  30. a:link        {
  31.             color: #4C33B0;
  32.             text-decoration: none;
  33.             font-weight: bold;
  34.         }
  35.     
  36. a:visited    {
  37.             color: #4C33B0;
  38.             text-decoration: none;
  39.             font-weight: bold;            
  40.             }
  41. A:hover 
  42.         {
  43.             color: #4C33B0;
  44.             text-decoration: underline;
  45.             font-weight: bold;            
  46.         }
  47. -->
  48.