home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Utilitare / uharc / UHARC.exe / Style.css < prev    next >
Cascading Style Sheet File  |  2004-05-05  |  394b  |  27 lines

  1. body {
  2.  font-family:verdana,arial;
  3.  font-size:8pt;
  4.  color:#000000;
  5.  background-color:#FFFFFF;
  6.  text-align:justify;
  7.  }
  8.  
  9. td {
  10.  font-family:verdana,arial;
  11.  font-size:8pt;
  12.  color:#000000;
  13.  background-color:#FFFFFF;
  14.  text-align:justify;
  15.  }
  16.  
  17. a {
  18.  color:#0080FF;
  19.  text-decoration:none;
  20.  font-weight:bold;
  21.  }
  22.  
  23. a:hover {
  24.  color:#FF8040;
  25.  text-decoration:underline overline;
  26.  }
  27.