home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 July / NETDisc0797.iso / mac / HTML / NetTools / stylem.css < prev    next >
Cascading Style Sheet File  |  1997-04-03  |  710b  |  39 lines

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