@-webkit-keyframes throb {
from { text-shadow: 0 0 7px; }
50% { text-shadow: 0 0 2px; }
to { text-shadow: 0 0 7px; }
}

@-moz-keyframes throb {
from { text-shadow: 0 0 7px; }
50% { text-shadow: 0 0 2px; }
to { text-shadow: 0 0 7px; }
} 

.textGlow {
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite; 
} 

{
  content: "" !important;
}

{
  background-image: none !important;
} 

a[href$="f=2"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #099e22;
}

a[href$="f=3"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #ffdc44;
}

a[href$="f=4"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #9ed8ff;
}

a[href$="f=6"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #009bff;
}  

a[href$="f=10"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #ff7f30;
}

/* Donation (Spenden) Glow */ 
a[href$="donation"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #FE8A4D;
}  

/* Painkiller88 Username Glow (userID =2) */ 
a[href$="u=2"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #50FF00;
}  

a.forumtitle:hover {
    color: #ffffff;
    padding-left: 20px;
    text-decoration: none;
    transition: all 0.75s linear 0s;
}

a.topictitle:hover {
    color: #ffffff;
    padding-left: 20px;
    text-decoration: none;
    transition: all 0.75s linear 0s;
}