home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / chplus / posta / druhy / style / style.css
Cascading Style Sheet File  |  2004-03-28  |  184b  |  12 lines

  1. td {
  2.     font-family : Arial;
  3.     font-weight : bold;
  4.     font-size : 16px;
  5.     background-color : #FFFFFF;
  6.     height :  24px;
  7.     vertical-align :  middle;
  8. }
  9.  
  10. a {
  11.     text-decoration : none;
  12. }