/* This is a style sheet comment in a style sheet. Other than that, it is the same as the contents of the section from the previous example. */ body { background-color: #EEFFEE; color: #000022; margin-left: 25pt; margin-right: 25pt; } h1 { font-family: arial; font-size: 18pt; font-weight: bolder; text-align: center; } h2 { font-family: arial; font-size: 16pt; font-weight: normal; font-variant: small-caps; text-align: center; }