home *** CD-ROM | disk | FTP | other *** search
/ net.Games 1999 January / netGames0199.bin / html / startstyle.css next >
Cascading Style Sheet File  |  1999-05-14  |  896b  |  36 lines

  1. body, td { font-family: Arial, Helvetica, sans-serif;
  2.     font-size: 12pt;
  3.     color: #333333 }
  4.  
  5. p { font-family: Arial, Helvetica, sans-serif;
  6.     font-size: 12pt;
  7.     margin-left: 10px;
  8.     color: #333333 }
  9.  
  10. h2  { font-family: Impact, Arial, Helvetica, sans-serif;
  11.     margin-bottom: 0px;
  12.     margin-top: 0px;
  13.     margin-left: 20px;
  14.     margin-right: 40px;
  15.     font-size: 20pt;
  16.     font-weight: normal;
  17.     color: #DE5A00;
  18.     text-transform: uppercase;
  19.     border-bottom: 3pt solid #F2F2FC }
  20.  
  21. A:link { color: #DE5A00;
  22.     font-weight: normal;
  23.     text-transform: uppercase;
  24.     text-decoration: none }
  25. A:active { color: #ff9933;
  26.      font-weight: normal;
  27.     text-transform: uppercase;
  28.     text-decoration: none }
  29. A:visited { color: #666666;
  30.      font-weight: normal;
  31.     text-transform: uppercase;
  32.     text-decoration: none }
  33. A:hover { color: #ff9933;
  34.     font-weight: normal;
  35.     text-transform: uppercase;
  36.     text-decoration: none }