ul, ol {
	list-style-type: none;
    font-size: 20px;
    font-family: "Gotham Pro", Arial, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.2;

}

li {
    line-height: 1.6;
	color: rgb(0, 102, 255);
}

ul#js>li:first-child{
	color: #388cff;
	font-size: 24px;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #0066ff;
}

a:hover{
	color: #87d7fc;
}

.arrow_b  {
  list-style-type: none;
}
.arrow_w  {
  list-style-type: none;
}

.arrow_w li {
  background:url(images/arrow_w20.png) no-repeat 0 8px;
    padding-left:32px;
    vertical-align: middle;
}


.arrow_b li{
   background:url(images/arrow_b20.png) no-repeat 0 8px;
	padding-left:32px;
	vertical-align: middle;
}

/*.arrow_b:before {
  content: "";
  display: inline-block;
  background: url(images/arrow_b20.png);
  width: 20px;
	height: 8px;
	margin-right: 5px;
	float:left;
	margin-top: 5px;
}
.arrow_w:before {
  content: "";
  display: inline-block;
  background: url(images/arrow_w20.png);
  width: 20px;
	height: 8px;
	margin-right: 5px;
	float:left;
	margin-top: 5px;
}*/