home *** CD-ROM | disk | FTP | other *** search
/ Computerspil Tips & Tricks 1999-09 / TIPS9909.ISO / Html / STYLES.CSS < prev    next >
Cascading Style Sheet File  |  1997-11-09  |  634b  |  39 lines

  1. start{}
  2.  
  3. body    {
  4.     text-decoration:    none;
  5.     color:            white;
  6.     font-size:        10pt;
  7.     font-weight:        none;
  8.     font-family:        Verdana, Arial
  9.     }
  10.  
  11. table    {
  12.     text-decoration:    none;
  13.     color:            white;
  14.     font-size:        10pt;
  15.     font-weight:        none;
  16.     font-family:        Verdana, Arial
  17.     }
  18. h1    {
  19.     text-decoration:    none;
  20.     font-style:        italic;
  21.     color:            white;
  22.     font-size:        24pt;
  23.     font-weight:        bold;
  24.     font-family:        Verdana, Arial
  25.     }
  26. h2       {
  27.     color: white;
  28.     font-size: 18pt;
  29.     font-weight: bold;
  30.     font-family: Verdana, Arial, Helvetica
  31.     }
  32. A:link,
  33. A:visited,
  34. A:active
  35.     {
  36.     font-family: Verdana, Arial
  37.     font-size=10pt;
  38.     font-weight=bold;
  39.     }