.blink {
	 animation: blinkEffect 3s ease infinite;
}
@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    
    
    text-align: center;
    color: #FF0000

  }
}

.DivLink{
    position:relative;
    width:800px;
    height:100px;
   color: #FFFFF; 
   font-size: 30px;
}

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.DivLink2{

    width:800px;
    height:100px;;
   color: #837931; 
   font-size: 20px;
   text-align: center;
   
}

.DivLink2 .Link{
    display:block;
   width: 100%;
    height: 100%; 
    position: absolute;
    top: 0;
    left:
    0;


}






















