home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Html / EasyStyle / _SETUP.1 / example6.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-01-16  |  1.6 KB  |  90 lines

  1. <!-- This stylesheet was created by EasyStyle -->
  2. <STYLE TYPE="text/css">
  3. <!--
  4.     BODY {
  5.         background-color: #EEEEEE;
  6.         color: #000000;
  7.         font-family: Arial, Tahoma, Helvetica, sans-serif;
  8.         margin-left: 8%;
  9.         margin-right: 5%;
  10.     }
  11.  
  12.     A:LINK, A:VISITED {
  13.         color: #000099;
  14.         text-decoration: none;
  15.     }
  16.  
  17.     A:HOVER {
  18.         background-color: #FFFFFF;
  19.         color: #00009F;
  20.         text-decoration: none;
  21.     }
  22.  
  23.     H1 {
  24.         color: #990000;
  25.         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  26.         font-size: 200%;
  27.         margin-bottom: -1em;
  28.         margin-left: -5%;
  29.     }
  30.  
  31.     H2 {
  32.         color: #990000;
  33.         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  34.         font-size: 160%;
  35.         margin-left: -5%;
  36.         margin-top: 2.7em;
  37.     }
  38.  
  39.     H3 {
  40.         color: #990000;
  41.         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  42.         font-size: 140%;
  43.         margin-left: -5%;
  44.         margin-top: 2em;
  45.     }
  46.  
  47.     H4 {
  48.         color: #990000;
  49.         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  50.         font-size: 115%;
  51.         margin-left: -5%;
  52.         margin-top: 1.5em;
  53.     }
  54.  
  55.     H5 {
  56.         color: #990000;
  57.         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  58.         font-size: 100%;
  59.         font-weight: 900;
  60.         margin-top: 1.5em;
  61.     }
  62.  
  63.     H6 {
  64.         color: #000000;
  65.         font-family: Arial, Helvetica, sans-serif;
  66.         font-size: 100%;
  67.         font-style: italic;
  68.         font-weight: 800;
  69.         margin-bottom: -0.8em;
  70.     }
  71.  
  72.     BLOCKQUOTE {
  73.         margin-left: 0;
  74.     }
  75.  
  76.     CAPTION {
  77.         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  78.         font-weight: 800;
  79.     }
  80.  
  81.     TH {
  82.         background-color: #FFFFFF;
  83.     }
  84.  
  85.     TD {
  86.         background-color: #F0F0F0;
  87.     }
  88. -->
  89. </STYLE>
  90.