home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine NZ 2002 April / IMAG0402.ISO / HYPERNET / style.css < prev   
Cascading Style Sheet File  |  2002-02-18  |  1KB  |  66 lines

  1.  
  2. A { Text-Decoration : underline;
  3. }
  4.  
  5. A:HOVER{
  6.     Color : #FF0000;
  7.     Text-Decoration : underline;
  8.     }
  9.  
  10. A:LINK{
  11.     Color : #990000;
  12.     Text-Decoration : underline;
  13.     }
  14.  
  15.  
  16. BODY{
  17.     Color : #000000;
  18.     Font-Family : Verdana, Arial, Helvetica, Sans-Serif;
  19.     Font-Size : 80%;
  20.     Margin : 0px;
  21.     }
  22.  
  23.  
  24. H1{
  25.     Color : #FFFFFF;
  26.     Font : italic Bold 165% Verdana, Arial, Helvetica, Sans-Serif;
  27.     Margin-Left : 0px;
  28.     margin-top:0; margin-bottom:0
  29. }
  30.  
  31.  
  32. H2{
  33.     Color : #000000;
  34.     Font : italic Bold 130% Verdana, Arial, Helvetica, Sans-Serif;
  35.     Margin-Left : 0px;
  36.     }
  37.  
  38.  
  39. H3{
  40.     Color : #000000;
  41.     Margin-Left : 0px; font-style:normal; 
  42.     font-variant:normal; font-weight:normal; 
  43.     font-size:100%; font-family:Verdana, Arial, Helvetica, Sans-Serif; 
  44.     margin-top:0; margin-bottom:0
  45.     }
  46.  
  47.  
  48.  
  49. P{
  50.     Color : #000000;
  51.     Font-Family : Verdana, Arial, Helvetica, Sans-Serif;
  52.     Font-Size : 80%;
  53.     }
  54.  
  55. small{
  56.     Color : #000000;
  57.     Font-Family : Verdana, Arial, Helvetica, Sans-Serif;
  58.     Font-Size : 65%;
  59.     }
  60.  
  61. UL{
  62.     Color : #000000;
  63.     Font-Family : Verdana, Arial, Helvetica, Sans-Serif;
  64.     Font-Size : 80%;
  65.     margin-top:0; margin-bottom:0; margin-left:7
  66.     }