Header block body. This block shows you what a block looks like in the header region and does not have a title because the title heading would cause a WCAG AA heading nesting error.

Garland Accessible

Garland is supplied with Drupal and is the default you see when you install Drupal. Garland Accessible is Garland with accessibility enhancements from drupal.org/node/364219.

Garland Accessible has special classes for off screen content intended for screen readers. There is content formatted with the following new CSS style.

.invisible 
    {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    }

Content block body. This block shows you what a block looks like in the content region.