home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 June / PCpro_2003_06.ISO / html / layout1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-03-13  |  437 b   |  14 lines

  1. body, p, td {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     color: #FFFFFF;
  4.     font-size: 8pt;
  5.     line-height : 13px;
  6. }
  7.  
  8. .pbold {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 8pt; font-weight: bold}
  9.  
  10. A:link {color: #000000;  text-decoration: none;}
  11. A:active {color: #FF0000; text-decoration: none}
  12. A:visited { color: #000000; text-decoration: none; }
  13. A:hover { color: #FF0000; text-decoration: underline}
  14.