
p { color: #fff; font-size: 19px; font-family: "Times New Roman", Times, serif; line-height: 22px; text-decoration: none }
a { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:hover { color: #fda94f; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.email  { color: #fda94f; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-decoration: none }
.email:hover  { color: #fda94f; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-decoration: underline }
.bottomtextbox  { background-color: #263463; background-image: url("images/maintext_bottom.jpg"); background-repeat: no-repeat; margin: 0; padding: 0; vertical-align: top }

a.myPlayer {
	display:block;
	width: 800px;
	height:450px; 
	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;
}

