home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / tema / vita_st / bp.css < prev    next >
Cascading Style Sheet File  |  2001-09-02  |  252b  |  18 lines

  1. BODY, TD, TR, TABLE {
  2.     font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  3.     font-size : 10pt;
  4.     color: black;
  5.  
  6.  
  7. }
  8.  
  9. A {
  10.     text-decoration: none;
  11.     color: #000080;
  12. }
  13.  
  14. A:Hover {
  15.     text-decoration: underline;
  16.     color: black;
  17. }
  18.