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

  1. <!-- This stylesheet was created by EasyStyle -->
  2. <STYLE TYPE="text/css">
  3. <!--
  4.     BODY, TD {
  5.         background: navy;
  6.         color: white;
  7.         font-family: Arial, sans-serif;
  8.         font-size: 14px;
  9.         text-align: justify;
  10.     }
  11.  
  12.     H2 {
  13.         font-size: 14pt;
  14.         color: #87CEFA;
  15.     }
  16.  
  17.     H3 {
  18.         font-size: 13pt;
  19.         color: #7FFFD4;
  20.     }
  21.  
  22.     H4 {
  23.         font-size: small;
  24.         font-variant: small-caps;
  25.         font-weight: bold;
  26.         color: white;
  27.     }
  28.  
  29.     A {
  30.         text-decoration: none;
  31.         color: aqua;
  32.     }
  33.  
  34.     A:Hover {
  35.         text-decoration: underline;
  36.         color: #32CD32;
  37.     }
  38.  
  39.     HR {
  40.         color: blue;
  41.         height: 1pt;
  42.     }
  43. -->
  44. </STYLE>
  45.