home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / internet / Cybermis / cybermiss.css next >
Encoding:
Cascading Style Sheet File  |  1999-10-31  |  538 b   |  41 lines

  1. P  {
  2.     font-size : 9pt;
  3.     font : Arial CE, Helvetica CE, Arial, Helvetica;
  4. }
  5.  
  6. H1  {}
  7.  
  8. H2  {}
  9.  
  10. H3  {}
  11.  
  12. A  {
  13.     font-weight : bold;
  14.     color : #0066AA;
  15.     text-decoration : none;
  16. }
  17.  
  18. A:Visited  {
  19.     font-weight : bold;
  20.     color : #99AACC;
  21.     text-decoration : none;
  22. }
  23.  
  24. A:Active  {
  25.     font-weight : bold;
  26.     color : #CC6600;
  27.     text-decoration : underline;
  28. }
  29.  
  30. A:Hover  {
  31.     color : #0066AA;
  32.     text-decoration : underline;
  33.     font-weight : bold;
  34. }
  35.  
  36. BODY  {
  37.     font-size : 9pt;
  38.     font : Arial CE, Helvetica CE, Arial, Helvetica;
  39. }
  40.  
  41.