home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / bonus / data / bas / html / STYLESCO.CSS < prev   
Cascading Style Sheet File  |  2000-10-03  |  576b  |  33 lines

  1. <style>
  2. <!--
  3.     A { 
  4.         font-weight: bold;
  5.         font-size: 12pt;
  6.         font-family: arial;        
  7.         color: #000000; 
  8.         text-decoration: none;
  9.     }
  10.     
  11.     A:hover { 
  12.         font-weight: bold;
  13.         font-size: 12pt;
  14.         font-family: arial;        
  15.         color: #0000FF; 
  16.         text-decoration: none; 
  17.         background-color: #FFFFC8;
  18.     }
  19.  
  20.     .maintitle {
  21.         font-size: 14pt;
  22.         font-family: verdana, arial, helv, sans-serif;
  23.         font-weight: bold;
  24.         color: #FFFFFF;
  25.     }
  26.     .caption {
  27.         font-size: 10pt;
  28.         font-family: verdana, arial, helv, sans-serif;
  29.         font-weight: bold;
  30.         color: #000000;
  31.     }
  32. -->
  33. </style>