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

  1. <!-- This stylesheet was created by EasyStyle -->
  2. <STYLE TYPE="text/css">
  3. <!--
  4.     BODY, TD {
  5.         background: #696969;
  6.         color: silver;
  7.         font-family: "Bookman Old Style", "Times New Roman", serif;
  8.         font-size: 14px;
  9.         text-align: left;
  10.     }
  11.  
  12.     H2 {
  13.         font-size: 14pt;
  14.     }
  15.  
  16.     H3 {
  17.         font-size: 15pt;
  18.         font-style: italic;
  19.         font-family: sans-serif;
  20.     }
  21.  
  22.     H4 {
  23.             font-family: sans-serif;
  24.             font-size: small;
  25.     }
  26.  
  27.     A {
  28.         color: white;
  29.     }
  30.  
  31.     A:Hover {
  32.         color: yellow;
  33.     }
  34.  
  35.     HR {
  36.         height: 1pt;
  37.     }
  38. -->
  39. </STYLE>
  40.