piecemaker.css 741 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* CSS Document */
  2. H1 {
  3. font-family: Verdana;
  4. font-style: bold;
  5. font-weight: normal;
  6. color: #222222;
  7. display: block;
  8. font-size: 20px;
  9. margin-bottom: 10px;
  10. line-height: 30;
  11. text-align: left;
  12. letter-spacing: 0px;
  13. }
  14. P {
  15. font-family: Verdana;
  16. font-style: normal;
  17. font-weight: normal;
  18. color: #666666;
  19. display: block;
  20. font-size: 12px;
  21. margin-bottom: 10px;
  22. line-height: 18px;
  23. text-align: left;
  24. letter-spacing: 0.2px;
  25. }
  26. P-ITALIC {
  27. font-family: Verdana;
  28. font-style: italic;
  29. font-weight: normal;
  30. color: #666666;
  31. display: block;
  32. font-size: 12px;
  33. margin-bottom: 10px;
  34. line-height: 18px;
  35. text-align: left;
  36. letter-spacing: 0.5px;
  37. }
  38. A {
  39. color: #0066CC;
  40. display: inline;
  41. }
  42. A:HOVER {
  43. color: #111111;
  44. display: inline;
  45. }