#quickLinks {
  background: #f5fafc url(images/background-links-blue.png) no-repeat top left;
  color: #000;
  padding:44px 16px 16px;
  margin-bottom: 36px;
  }

#quickLinks h2, #quickLinks .Head {
  color: #666;
  font-size: 18px;
  }

#quickLinks ul,
#quickLinks ul li {
  margin-left: 0;
  padding: 0;
  list-style: none;
  }

#quickLinks a {
  font-weight: bold;
  color: #0094d6;
  }

#quickLinks a:hover {
  color: #000;
  }
