home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / deskcalc / deskcalc_uk.exe / HELP / DeskCalc_uk.chm / defstylesheet.css < prev    next >
Cascading Style Sheet File  |  2005-03-03  |  657b  |  59 lines

  1. body
  2. {
  3.     background: #FFFFFF;
  4.     font-size: 70%;
  5.     font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  6. }
  7. a:link
  8. {
  9.     color: #0000CC;
  10. }
  11. a:active
  12. {
  13.     color: #996699;
  14. }
  15. a:visited
  16. {
  17.     color: #996699;
  18. }
  19. p
  20. {
  21.     margin-top: .6em;
  22.     margin-bottom: .6em;
  23. }
  24. /* HEADING TAGS    */
  25. h1
  26. {
  27.     font-size: 145%;
  28.     margin-bottom: .5em;
  29. }
  30. h2
  31. {
  32.     font-size: 125%;
  33.     margin-top: 1.5em;
  34.     margin-bottom: .5em;
  35. }
  36. h3
  37. {
  38.     font-size: 110%;
  39.     margin-top: 1.2em;
  40.     margin-bottom: .5em;
  41. }
  42. h4
  43. {
  44.     font-size: 105%;
  45.     margin-top: 1.2em;
  46.     margin-bottom: .5em;
  47. }
  48. h5
  49. {
  50.     font-size: 100%;
  51.     margin-top: 1.2em;
  52.     margin-bottom: .5em;
  53. }
  54. td
  55. {
  56.     font-size: 70%;
  57. }
  58.  
  59.