.copy {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #6E6A66;
}

a:link {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #6E6A66;
}

a:visited {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #6E6A66;
}

a:hover {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #6E6A66;
}
 /* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}