a.link {	
	font-family: Verdana;
	font-size: 11px;
        color: gray; 	
}

a.link:hover {	
	font-family: Verdana;
	font-size: 11px;
        color: black;
}

div.sponsor {
  color: darkblue;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  font-family: Arial, Verdana, Sans-serif; /* font-family: Lucida Console, Monospace; */
  line-height: 1.6;
}

div.about {
  color: darkblue;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  font-family: Verdana, Sans-serif; /* font-family: Lucida Console, Monospace; */
  line-height: 1.3;
  text-align: justify;
  text-justify: inter-word;
}


div.blink_text {
	animation:2s blinker linear infinite;
	-webkit-animation:2s blinker linear infinite;
	-moz-animation:2s blinker linear infinite;
	color: red;
	font-size: 14px;
	font-weight: 600;
	background-color: yellow;
	border: 1px solid black;
	border-radius: 5px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

@-moz-keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

a.link {
text-decoration: none;
}

.fa {
  padding: 5px 10px 5px 10px;
  font-size: 10px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

