body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	background: #363636;
	}
a {	
	text-decoration: underline;
	color:  #fff;
	}
a:visited {
	color:  #fff;
	}
a:active {
	color:  #fff;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}
.global-header {
	font-size: 11px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #000;
	width: 100%;
	height: 34px;
	}
.global-header a, .global-header a:visited, .global-header a:active, .global-header a:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	}
#videoPlayer {
	margin: 20px auto 0px auto;
	width:500px;
	text-align:center;
}
h3.vidtitle {
	font-size: 14px;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.viddesc {
	font-size: 12px;
	line-height: 140%;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}