.block-new .header a:link, .block-new .header a:visited, .block-new th a:link, .block-new th a:visited {
    color: #a8d8ff;
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
}

.block-new .header a:hover, .block-new .header a:active, .block-new th a:hover, .block-new th a:active {
	color: #0099FF;
}