home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 June / Chip_2003-06_cd1.bin / bonus / eu / pages / glossary_wordlist.css < prev    next >
Cascading Style Sheet File  |  2001-07-16  |  258b  |  16 lines

  1. a {
  2.   text-decoration: underline; 
  3.   font-weight: bold; 
  4.   font-family: Arial;
  5.   font-size: 10pt;
  6.   color: #000000;
  7. }
  8.  
  9. a:hover {
  10.   text-decoration: underline; 
  11.   font-weight: bold; 
  12.   font-family: Arial;
  13.   font-size: 10pt;
  14.   color: #0040ff;
  15. }
  16.