home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / Komercni / complet / css / k+m.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-05-01  |  1.3 KB  |  29 lines

  1. /* general */
  2. body {
  3.      font-family: "MS Sans Serif", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
  4.      font-size: 9pt;
  5.      color: #6C758E;
  6.      background-color: White;
  7. }
  8.  
  9. A:link { color: #CC0000; font: normal 9pt "MS Sans Serif", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; text-decoration: none }
  10. A:active { color: #FF0000; font: normal 9pt "MS Sans Serif", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; text-decoration: none }
  11. A:visited { color: #CC0000; font: normal 9pt "MS Sans Serif", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; text-decoration: none }
  12. A:hover { color: #FF0000; font: normal 9pt "MS Sans Serif", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; text-decoration: none }
  13.  
  14. p {
  15.      font-family: "MS Sans Serif", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
  16.      font-size: 9pt;
  17.      color: #6C758E;
  18.      background-color: White;
  19.      margin-top: 0pt ; margin-bottom: 0pt;
  20.      margin-left: 0pt ; margin-right: 100pt;
  21.  }
  22. H1 { 
  23.      font-family: "MS Sans Serif", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
  24.      font-size: 11pt; text-align: left;
  25.      color: #6C758E;
  26.      background-color: White;
  27.      margin-top: 0pt; margin-bottom: 0pt;
  28.      margin-left: 0pt ; margin-right: 100pt;
  29. }