.bulletin_board_top{
/*    background: linear-gradient(to right, #BB9923, #e9c854);*/
		background-color: #ffc061;
			color: #fff !important;
		padding: 0 !important;
		margin: 0 !important;
		line-height: normal !important;
}
	
.bulletin_board_top p{
	padding: 10px 0 0 0 !important;
}
	 
.bulletin_board_top a{
    color:#fff;
	font-size: 16px;
	font-weight: 500;
    text-decoration:none;
}
.header_top a:focus,a:hover{
    color:#000;
	font-size: 16px;
	font-weight: 500;
    text-decoration:none;
}
		.blink {
  animation: blinkColors 1s infinite;
	font-weight: bold;
}

@keyframes blinkColors {
  0%   { color: #a80000;}
  50%  { color: white; }
  100% { color: #a80000; }
}