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

  1. <!-- This stylesheet was created by EasyStyle -->
  2. <STYLE TYPE="text/css">
  3. <!--
  4.     BODY, TD {
  5.         background-color: #D2B48C;
  6.         font-family: sans-serif ;
  7.     }
  8.  
  9.     A {
  10.         color: blue;
  11.     }
  12.  
  13.     A:Hover {
  14.         color: red;
  15.     }
  16.  
  17.     H1, H2, H3, H4 { 
  18.         font-variant: small-caps;
  19.         background-color: black;
  20.         color: white; 
  21.         padding: 4px;
  22.         width: 100%;
  23.     }
  24. -->
  25. </STYLE>
  26.