home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 July / NETDisc0797.iso / mac / HTML / STYLE.CSS < prev    next >
Cascading Style Sheet File  |  1997-05-01  |  774b  |  38 lines

  1. BODY
  2.     {font-size: 12pt;
  3.     font-family: "Verdana, Arial, Helvetica, Sans-Serif";
  4.     color: #00184a;
  5.     background-color: #333366;
  6.     background: fixed;
  7.     margin-left: 10px;
  8.     margin-right: 6px}
  9.  
  10. H1
  11.     {font-size: 15pt;
  12.     font-weight: bold;
  13.     font-family: "Arial Rounded MT Bold, Verdana, Arial, Helvetica, Sans-Serif";
  14.     color: #29009c }
  15.  
  16.  
  17. H2, H3
  18.     {font-size: 14pt;
  19.     font-weight: bold;
  20.     font-family: "Verdana, Arial, Helvetica, Sans-Serif";
  21.     color: #00184a }
  22.  
  23.  
  24. A:link
  25.     {font-size: 13pt;
  26.     text-decoration: none;
  27.     color: #0073D5;
  28.     font-weight: bold;
  29.     font-family: "Verdana, Arial, helvetica, Sans-Serif" }
  30.  
  31. A:visited
  32.     {font-size: 13pt;
  33.     color: #313162;
  34.     font-weight: bold;
  35.     text-decoration: none;
  36.     font-family: "Verdana, Arial, helvetica, Sans-Serif" }
  37.  
  38.