home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2000 June / www-06-2000.iso / poland / wajda / style / main.css < prev    next >
Cascading Style Sheet File  |  2000-04-19  |  700b  |  40 lines

  1. BODY {
  2.     background-color: #FFFFFF;
  3.     border: none;
  4.     color: White;
  5.     font-size: 120%;
  6.     font-family: "Times New Roman", Times, serif;
  7.     font-style: normal;
  8. }
  9.  
  10. TD {
  11.     border: none;
  12.     color: White;
  13.     font-size: 120%;
  14.     font-family: "Times New Roman", Times, serif;
  15.     font-style: normal;
  16. }
  17. A {    color: #FAEBD8;
  18.     background: transparent;
  19.     font-family: "Arial", "Helvetica", sans-serif;
  20. }
  21.  
  22. A:link {text-decoration: none;}
  23. A:visited {text-decoration: none;}
  24. A:active {text-decoration: none;}
  25. A:hover {text-decoration: underline;}
  26.  
  27. .inside {
  28.     vertical-align: top;
  29.     padding-right: 30px;
  30.     padding-left: 30px;
  31. }
  32.  
  33. .nav {
  34.     font-size: 70%;
  35. }
  36.  
  37. .non {
  38.     font-size: 12px;
  39.     display: none;
  40. }