home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / chip-cd_2000_10.zip / 10 / internet / filmy / infofilm / infofilm2.css < prev    next >
Cascading Style Sheet File  |  2000-08-08  |  747b  |  55 lines

  1. a:link
  2. {
  3.     color: rgb(51,153,255); 
  4. }
  5. a:visited
  6. {
  7.     color: rgb(51,102,204); 
  8. a:active 
  9. {
  10.     color: rgb(255,153,0);
  11. }
  12. table
  13. {
  14.     table-border-color-light: rgb(255,204,102);
  15.     table-border-color-dark: rgb(204,153,102); 
  16. }
  17. body
  18. {
  19.     font-family: Verdana, Arial, Helvetica;
  20.     background-color: rgb(255,255,204);
  21.     color: rgb(102,102,51);
  22. }
  23.  
  24. h1
  25. {
  26.     font-family: Times New Roman, Times;
  27.     color: rgb(153,153,51);
  28. }
  29. h2
  30. {
  31.     font-family: Times New Roman, Times;
  32.     color: rgb(204,153,0); 
  33. }
  34. h3
  35. {
  36.     font-family: Times New Roman, Times;
  37.     color: rgb(0,102,153); 
  38. }
  39. h4
  40. {
  41.     font-family: Times New Roman, Times;
  42.     color: rgb(153,153,0);
  43. }
  44. h5
  45. {
  46.     font-family: Times New Roman, Times;
  47.     color: rgb(255,153,0);
  48. }
  49. h6
  50. {
  51.     font-family: Times New Roman, Times;
  52.     color: rgb(51,102,204);
  53. }
  54.