home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Tools / HTMLib / content / STYLE.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1997-04-24  |  1.4 KB  |  54 lines

  1. <HTML>
  2. <!-- This file is part of the HTML Reference Library ('HTMLib') -->
  3. <!-- It should not be used outside of the HTMLib package -->
  4. <!-- The HTMLib is ⌐ 1995-1997 Stephen Le Hunte -->
  5. <!-- cmlehunt@swan.ac.uk -->
  6. <STYLE TYPE="text/css">
  7. <!--
  8.   BODY { background : #FFFFE0;
  9.          color : #000000}
  10.   P { font-family : Arial;
  11.       font-size : 10pt}
  12.   A { color : #008000}
  13.   .external { color : #0000FF}
  14.   CODE {font-family : "Courier New";
  15.         font-size : 11pt}
  16. .backg {font-size : 120pt;
  17.     color : #99CCFF;
  18.     margin-top : -0.5 in;
  19.     font-style : italic;
  20.     font-weight : bold;
  21.     font-family : Verdana;
  22.     text-align : center}
  23. .maintext {font-family: Verdana;
  24.     font-size: 24pt;
  25.     font-weight: bold;
  26.     color: #6699CC;
  27.     margin-top : -1.73 in}
  28. .boast    { font-family : Verdana;
  29.     color : #336699;
  30.     font-size : 16pt;
  31.     font-weight : bold;
  32.     margin-top : -1.25 in}
  33. HR.blue {color : #99CCFF}
  34. HR { color : gray }
  35.   .egcode { color : #008000;
  36.             font-family : "Courier New";
  37.             font-size : 10pt;
  38.         font-style : italic}
  39.   .attr { color : #800000;
  40.           font-weight : bold;
  41.           font-family : "Courier New";
  42.           Font-size : 10pt}
  43.   .reltopic { font-family : "MS Sans Serif";
  44.               font-size : 8pt;
  45.               color : #0000C0}
  46.   .red { color : #FF0000;
  47.          font-weight : bold}
  48.   .Greek { font-family : Symbol}
  49. -->
  50. </STYLE>
  51. <BODY>
  52. </BODY>
  53. </HTML>
  54.