body {
background:#ffffff url(images/Republican-Voice-Over-Talent-bg.jpg) fixed repeat-y center top;
font-family: "Arial";
font-size: 14pt;
color: #414959;
margin: 0px;
}

a:link {
color: #e71b23;
text-decoration: none;
}
a:visited {
color: #e71b23;
text-decoration: none;
} 
a:hover {
color: #e71b23;
text-decoration: underline;

}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 560px;
	max-height: 315px;
}