    body {
      background-color: white;
    }

    h2 .text {
      background: url(../_shared/tile.jpg);

      background-size: 100%;
      font-size: 2em;
    }

    h4 {
      font-weight: bold;
      margin-bottom: 0;
      padding-bottom: 0;
      padding-left: 10px;
    }

    .uppercase {
      text-transform: uppercase;
    }

    a {
      color: #0056b3;
    }
