#notice_title{
	font-weight:bolder;
	font-size: 25px;
	color: #3f9ad6;
}
.notice_heading{
	background-color: #3f9ad6;
	height: 70px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.notice_heading h1{
	animation: blinker 2s linear infinite;
	color: white;
	font-weight: bold;
	padding-top: 10px;
}
