a#playPause {
	text-decoration: none !important;
    color: #0087EB;
}
a#playPause:hover {
	text-decoration: underline !important;
	color: #3E3E3E !important;
}

#lightbox #downloadLink a {
    text-decoration: none;
    color: #0087EB;
}
#lightbox #downloadLink a:hover {
    text-decoration: underline;
    color: #3E3E3E;
}
