a:link, a:visited {
  color: white;
}

a:hover, a:active {
    color: red;
}

colorHeader {
	background:#22577A;
}
colorBody{
	background:#F8F7F2;
}
colorAscent{
	background:#FB3640;
}
colorFooter{
	background:#22577A;
}
.counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0f7699;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.counter-container ul {
  margin-bottom: 0;
}
.counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
  