body {

    background-color: pink;

}

.HIDDEN {

    visibility: hidden;

}

.NODISPLAY {

    display: none;

}

spacer, SPACER {

    display: block; /* Makes the spacer element take up its own line */

    height: 1.5em;  /* Adjust this value as needed for a "single blank line" */

}
