home *** CD-ROM | disk | FTP | other *** search
/ Die PSION Power-CD 2 / PsionPowerCD2.iso / PSION-Power-CD / main.css < prev    next >
Cascading Style Sheet File  |  2001-03-01  |  718b  |  48 lines

  1. P,Body, td {
  2.     font-family : Verdana, Arial, Helvetica, sans-serif;
  3.     font-size: 10pt;
  4. }
  5.  
  6. h6{ 
  7.     font-size : xx-small;
  8.     color : Gray;
  9.     background-color : transparent;
  10. }
  11.  
  12. A {
  13.     text-decoration: none;
  14.     color: #005750;
  15.     font-weight : bold;
  16.     background-color : transparent;
  17. }
  18.  
  19. A:Hover {
  20.     color: Black;
  21.     background-color : #9BDEDD;
  22.                 }
  23.  
  24.  
  25. H1,H2,H3{
  26.     font-family : Verdana, Arial, Helvetica, sans-serif;
  27.     color : #6b3f3f;
  28.     margin-bottom : 5px;
  29.     background : transparent;
  30. }
  31.  
  32. H1{
  33.     font-family : Arial, Helvetica, sans-serif;
  34.     font-size : 18pt;
  35.     font-weight : bold;
  36. }
  37. H2{
  38.     font-weight : 200;
  39.     font-size : 14pt;
  40. }
  41.  
  42. H3{
  43.     font-weight : 200;
  44.     font-size : 15pt;
  45.     letter-spacing : 2px;
  46. }
  47.  
  48.