home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Sécurité / Spamihilator / spamihilator_0_9_9_9.exe / help / oldbrowser_style.css next >
Cascading Style Sheet File  |  2005-02-08  |  464b  |  34 lines

  1. body {
  2.   background: #ffffff;
  3.   color: #000000;
  4.   font-family: Verdana,Arial,sans-serif;
  5.   font-size: 90%;
  6. }
  7.  
  8. h1 {
  9.   font-size: 120%;
  10.   font-weight: bold;
  11.   margin-bottom: 1em;
  12.   clear: both;
  13. }
  14.  
  15. h2 {
  16.   font-size:110%;
  17.   font-weight: bold;
  18.   color:#990000;
  19.   margin-bottom: 1em;
  20. }
  21.  
  22. h3 {
  23.   font-size:100%;
  24.   font-weight: bold;
  25.   color:#990000;
  26.   margin-bottom: 1em;
  27. }
  28.  
  29. hr {
  30.   height: 1px;
  31.   background-color: #000000;
  32.   border: 0;
  33. }
  34.