
a.movie:link {
	color: #0000FF;
	text-decoration: none;
}
a.movie:visited {
	text-decoration: none;
	color: #0000FF;
}
a.movie:hover {
	color: #FF0000;
        text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
       
}
a.movie:active {
	text-decoration: none;
	color: #FFCC99;
}
.glowtext{
 filter:glow(color=red,strength=0);
width:100%;}
