@CHARSET "UTF-8";

@keyframes topBlink{
	0%{color:#e74c3c}
	50%{color:#4E95FF;}
	100%{color:#e74c3c;}
}