general.css 511 B

1234567891011121314151617181920212223242526
  1. /* GENERAL */
  2. html { height: 100%; width: 100%; }
  3. body {
  4. font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  5. margin: 0px; padding: 0px;
  6. background-color: white;
  7. height: 100%; width: 100%;
  8. }
  9. h1, h2, h3, h4 {
  10. font-weight: normal;
  11. margin: 0px; padding: 0px;
  12. }
  13. h1 { color: #666677; }
  14. h2 { color: #9999AA; }
  15. a { text-decoration: none; }
  16. nav a { color: #112277; }
  17. ul {
  18. margin: 0px; padding: 0px; margin-top: 10px;
  19. list-style-type: none;
  20. }