home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / nl_206_pro.exe / DocsTemp / nl2help.chm / css / style.css
Cascading Style Sheet File  |  2005-12-18  |  591b  |  63 lines

  1. BODY
  2. {
  3.     font-family:Tahoma;
  4. }
  5.  
  6. H1
  7. {
  8.     font-size: large;
  9. }
  10.  
  11. H2
  12. {
  13.     margin-top: 35px;
  14.     font-size:medium;
  15. }
  16.  
  17. H3
  18. {
  19.     font-size:small;
  20.     font-style:italic;
  21. }
  22.  
  23.  
  24. p
  25. {
  26.     font-family:Arial;
  27.     font-size:small;
  28. }
  29.  
  30. p.image
  31. {
  32.     text-align:center;
  33.     border: 1px;
  34.     border-color:Black;
  35.     margin-bottom: 0px;
  36. }
  37.  
  38. p.imgdesc
  39. {
  40.     text-align:center;
  41.     font-size:x-small;
  42.     font-weight:bold;
  43.     margin-top: 0px;
  44. }
  45.  
  46. p.rednote
  47. {
  48.     font-size:smaller;
  49.     margin-top: 0px;
  50.     color:Red;
  51. }
  52.  
  53. SPAN.smalltitle
  54. {
  55.     font-style:italic;
  56.     font-weight:bold;
  57. }
  58.  
  59. UL
  60. {
  61.     list-style:square;
  62. }
  63.