header #img-header{
	background:rgba(7,78,161,1);
    background:-moz-linear-gradient(left,#074ea1 0,#0a73ed 100%);
    background:-o-linear-gradient(left,#074ea1 0,#0a73ed 100%);
    background:linear-gradient(to right,#074ea1 0,#0a73ed 100%);
    background:-ms-linear-gradient(left,#074ea1 0,#0a73ed 100%);
}

.highlight_first {
	color: #00a0db;
	font-weight: bold;
}
.highlight_second {
	color: #074ea1;
	font-weight: bold;
}
.highlight_third{
	color: #cd2104;
	font-weight: bold;
}
.highlight_fourth{
	background-color: #fff200;
	padding: 0 5px;
}