Brief intro to CSS - syntax


CSS associates typographic properties directly with elements:

BODY        { font-family: Caslon, serif;
              color: white;
              background: black }
H1.appendix { border: thick solid;
              text-transform: uppercase }
ADDRESS EM  { text-decoration: underline;
              font-style: normal }