home *** CD-ROM | disk | FTP | other *** search
/ Internet News 1999 March / InternetNews_1999_03.iso / mac / Html / INEWS.CSS < prev    next >
Cascading Style Sheet File  |  1998-04-07  |  2KB  |  114 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. </TITLE>
  5. </HEAD>
  6.  
  7. <style type="text/css">
  8. <!--
  9.  
  10.  
  11.      .TitoloOffmouse {
  12.           font-family: Verdana, Arial;
  13.           font-size: 24px;
  14.           font-weight: 700;
  15.           color: #FF0000;
  16.           font-style: normal;
  17.           background: #000000;
  18.       text-decoration : none;
  19.      }
  20.  
  21.  
  22.      .TitoloOnmouse {
  23.           font-family: Verdana, Arial;
  24.           font-size: 24px;
  25.           font-weight: 700;
  26.           color: #FFFFFF;
  27.           font-style: normal;
  28.           background: #FF6600;
  29.       text-decoration : none;
  30.      }
  31.  
  32.  
  33.  
  34.      BODY {
  35.           color: #FFFFFF;
  36.           background: #000000;
  37.      }
  38.      H1 {
  39.           font-family: Verdana, Arial;
  40.           font-size: 24px;
  41.           font-weight: 700;
  42.           color: #FF0000;
  43.           background: #000000;
  44.      }
  45.      H2 {
  46.           font-family: Verdana, Arial;
  47.           font-size: 18px;
  48.           font-weight: 700;
  49.           color: #FF8000;
  50.           background: #000000;
  51.      }
  52.  
  53.     H3 {
  54.           font-family: Verdana, Arial;
  55.           font-size: 14px;
  56.           font-weight: 700;
  57.           color: #FF6600;
  58.           background: #000000;
  59.      }
  60.      P {
  61.           font-family: Verdana, Arial;
  62.           font-size: 14px;
  63.           font-weight: 700;
  64.           color: #FFFFFF;
  65.           background: #000000;
  66.      }
  67.  
  68.      .HomeOffmouse {
  69.           font-family: Verdana, Arial;
  70.           font-size: 14px;
  71.           font-weight: 700;
  72.           color: #FF0000;
  73.           background: #000000;
  74.       text-decoration : none;
  75.           margin-left: 20px;
  76.  
  77.      }
  78.  
  79.      .HomeOnmouse {
  80.           font-family: Verdana, Arial;
  81.           font-size: 14px;
  82.           font-weight: 800;
  83.           color: #FFFFFF;
  84.           background: #FF0000;
  85.           margin-left: 20px;
  86.       text-decoration : none;
  87.     
  88.      }
  89.      .footer {
  90.           font-family: Verdana, Arial;
  91.           font-size: 14px;
  92.           font-weight: 700;
  93.           color: #FFFFFF;
  94.           background: FF6600;
  95.       text-align: center;
  96.      }
  97.      .header {
  98.           font-family: Verdana, Arial;
  99.           font-size: 14px;
  100.           font-weight: 700;
  101.           color: #FFFFFF;
  102.           background: FF6600;
  103.       text-align: center;
  104.      }
  105.  
  106.  
  107. -->
  108. </style>
  109.  
  110. <BODY>
  111. </BODY>
  112. </HTML>
  113.  
  114.