home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / apps / VNC / Documentation / vnc_docs / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-01-17  |  878 b   |  87 lines

  1. BODY
  2. {
  3.     margin-top: 0pt;
  4. }
  5.  
  6. P.sidebar 
  7.     font-size: 9pt; 
  8.     font-family: helvetica, arial, sans-serif; 
  9.     font-weight: bold; 
  10.     text-align: center; 
  11.     text-decoration: none;
  12. }
  13.  
  14. P.subsection
  15. {
  16.     font-family: times, times-roman, serif; 
  17.     font-size: 14pt;
  18.     font-style: italic;
  19.     margin-left: 0pt;
  20. }
  21.  
  22. P.answer
  23. {
  24.     margin-right: 18pt;
  25.     margin-left: 12pt;
  26. }
  27.  
  28. P
  29. {
  30.     margin-top: 6pt;
  31.     margin-right: 12pt;
  32.     margin-left: 0pt;
  33.  
  34. }
  35.  
  36. A:link
  37. {
  38.     color: #0000C0;
  39. }
  40.  
  41. A:visited
  42. {
  43.     color: #200080;
  44. }
  45.  
  46. A:hover
  47. {
  48.     color: #FF0000;
  49. }
  50.  
  51. A:active
  52. {
  53.     color: #008000;
  54. }
  55.  
  56. H1 
  57.     font-family: times, times-roman, serif; 
  58.     font-size: 18pt;
  59.     font-weight: bold;
  60.     font-style: italic;
  61. }
  62.  
  63. H2 
  64.     font-family: helvetica, arial, sans-serif; 
  65.     font-size: 12pt;
  66.     font-weight: bold;     
  67. }
  68.  
  69. H3 
  70.     font-family: helvetica, arial, sans-serif; 
  71.     font-size: 11pt 
  72. }
  73.  
  74. .spaced
  75. {
  76.     margin-top: 2pt;
  77. }
  78.  
  79. TT.spaced
  80. {
  81.     margin-top: 6pt;
  82. }
  83.