/* for IE to hide second 'object' tag ------------------- */
object.wmv {
    display: none;
}

/* Fix for IE on Mac ------------------- */
* html object.wmv {
    display/**/: none;
}

/* hides the second object from all versions of IE */
* html object.wmv {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.wmv/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.wmv {
    display/**/: none;
}

h2.video { font:18px Georgia, "Times New Roman", Times, serif; color:#930036; font-weight: bold;}
body.video {background-color:#F5F3EB; margin:0; padding:0; text-align: center;}
h2.testimonials { font:18px Georgia, "Times New Roman", Times, serif; color:#00718f; font-weight: bold;}
