home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.sweets.tem.SWEETS.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  544 b   |  47 lines

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