#navigator{
}

#blogTitle h1 a span{
    color: #390;
   animation:blog_title_animation 5s infinite;
}

#blogTitle h1 a:a:active{
    color: #390;
    transition: all .4s linear 0s;
}

@keyframes blog_title_animation
{
from {color:#a31515;}
to {color:#008000;}
}