home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / is11smpl.css < prev    next >
Cascading Style Sheet File  |  1996-10-22  |  1KB  |  85 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Index Server v1.1 Sample Style Sheet</TITLE>
  4. </head>
  5.    <STYLE type="text/css">
  6.    <!--
  7.  
  8. p {
  9.     font: 10pt verdana; 
  10.     }
  11.  
  12.  
  13. body {
  14.     font: 10pt verdana;
  15.     color: black;
  16.     font-weight:normal;
  17.     }
  18.  
  19. code {
  20.     font: Courior
  21.     font-size: 12pt;
  22.     }
  23.  
  24. strong {
  25.     font: 12pt verdana;
  26.     color:red;
  27.     font-weight:bold;
  28.     }
  29.  
  30. b {
  31.     font: 10pt verdana;
  32.     color:black;
  33.     font-weight: bold;
  34.     }
  35.  
  36. .important {
  37.     font: 12pt verdana;
  38.     color: red;
  39.     font-weight: bold;
  40.     }
  41.  
  42. .title {
  43.     font: 36pt Arial;
  44.     color: teal;
  45.     font-weight: bold;
  46.     }
  47.  
  48. h1 {
  49.             font: 18pt arial; 
  50.     color:black;
  51.     font-weight:normal;
  52.       }
  53.  
  54. h2 {
  55.             font: 14pt verdana; 
  56.     color:black;
  57.     font-weight: normal;
  58.       }
  59.  
  60. h3 {
  61.             font: 12pt Arial; 
  62.     color:black;
  63.     font-weight: boldl
  64.       }
  65.  
  66. a {
  67.     color:blue;
  68.     font: 10pt verdana;
  69.     font-weight:normal;
  70.     }
  71.  
  72. .inverse {
  73.     font: 10pt verdana;
  74.     color: white;
  75.     font-weight: bold;
  76.     }
  77.  
  78.  
  79. -->
  80.    </style>
  81.  
  82. <BODY>
  83. <COMMENT> The other pages display the real data</COMMENT>
  84. </BODY>
  85. </HTML>