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

  1. BODY {
  2.     background-color: White;
  3.     border: none;
  4.     color: Black;
  5.     font-size: 100%;
  6.     font-family: "Times New Roman", Times, serif;
  7.     font-style: normal;
  8. }
  9.  
  10. TD {
  11.     border: none;
  12.     color: Black;
  13.     font-size: 100%;
  14.     font-family: "Times New Roman", Times, serif;
  15.     font-style: normal;
  16. }
  17.  
  18. .title {
  19.     font-size: 130%;
  20.     font-weight: bold;
  21.     color: #486E62;
  22. }
  23.  
  24. A {    color: #A56615;
  25.     background: transparent;
  26.     font-family: "Arial", "Helvetica", sans-serif;
  27. }
  28.  
  29. A:link {text-decoration: none;}
  30. A:visited {text-decoration: none;}
  31. A:active {text-decoration: none;}
  32. A:hover {text-decoration: underline;}
  33.  
  34. .nav {
  35.     font-size: 70%;
  36.     color: #1D5779;
  37. }