body         { font-family: Verdana; font-size: 8pt; color: #000000 }
td           { font-family: Verdana; color: #000000; font-size: 8pt }
p            { color: #000000; font-family: Verdana; font-size: 8pt }
a            { font-size: 8pt; color: #6080BF; font-family: Verdana }
a:active     { font-family: Verdana; color: #6080BF; font-size: 8pt }
a:hover      { font-family: Verdana; color: #FF9900; font-size: 8pt }
a:link       { font-family: Verdana; color: #6080BF; font-size: 8pt }
a:visited    { font-family: Verdana; color: #9C9DA0; font-size: 8pt }
h1           { font-family: Verdana; font-size: 20pt; text-transform: uppercase; color: 
               #000080; line-height: 100%; word-spacing: 0; font-weight: bold; 
               margin-top: 0; margin-bottom: 0 }
               
               /* 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;
}
