/* styling of the container. */ 
a.myPlayer {
	display:block;
	width: 520px;
	height:380px;
	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 {

}

#page {
	width:500px;
	margin:10px auto;
	padding:10px 10px 10px 10px;
	text-align:left;
}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}
