body {
font-family: Times, "Times New Roman", serif;
background-color: white;
color: #212121;
padding: 0px;
margin: 0px; 
}

p { 
line-height: 20px; 
margin: 0 0 15px;
font-size: 10pt;
}

a {
	color: #688ec5;
	text-decoration: none;
}

a:visited {
	color: #688ec5;
	text-decoration: none;
}

a:hover {
	color: #dd6243;
	text-decoration: underline;
}

a:active {
	color: #dd6243;
	text-decoration: underline;
}



#container { 
margin: 25px; 
width: 970px;
padding-bottom: 25px;
}

#video {
height: 350px;
width: 970px;
background-repeat: no-repeat;
background-image: url(imgs/ropeball-firstframe.jpg);
margin-bottom: 35px;
}

#words {
width: 220px;
padding-left: 5px;
margin-right: 35px;
float:left;
}

#work {
float:left;

}

.arrow {
margin-top: 5px;
}





