a, .arrowLink {
  color: #294171;
  text-decoration: none;
}

h1 {
  background: url("../img/topicBackground.jpg") no-repeat;
  color: #294171;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  height: 20px;
  width: 520px;
}

  .columnSmall h1 {
    background: url("../img/topicBackgroundSmall.jpg") no-repeat;
    width: 470px;
  }

  .columnWide h1 {
    background: url("../img/topicBackgroundWide.jpg") no-repeat;
    width: 850px;
  }

  .sidebar h1 {
    background: url("../img/sidebarTopicBackground.jpg") no-repeat;
    width: 260px;
  }

h2 {
  color: #294171;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

h4 {
  color: #222222;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

h6 {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 10px;
}

ol, ul {
  margin-left: 30px;
}

p, ol, ul {
  color: #222222;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
