/* CSS Document */

h1 {
	font-family: Georgia;
	font-size: 28pt;
	font-weight: normal;
	color: white;
	margin-bottom: 2px;
}

h2 {
	font-family: Georgia;
	color: white;
	font-size: 14pt;
	font-weight: normal;
	color: white;
	margin-top: 0px;
}

.videoBox {
	width: 600px;
	height: 196px;
	text-align: left;
	margin: 20px 0px;
	color: white;
	background: #808080;
	clear: left;
	font-family: Verdana;
	font-size: 10pt;
}

.videoBox .screenCap {
	padding: 0px;
	margin-right: 3px;
	border: 2px solid #606060;
	float: left;
	width: 288px;
	height: 192px;
}

.videoBox p.title {
	width: 100%;
	color: black;
	background: #606060;
	font-weight: bold;
	font-size: 11pt;
}

.videoBox p.specs .time {
	font-style: italic;
}

.videoBox p.youtube a {
	color: #263fda;
	font-weight: bold;
}

.videobox p.writer {
	display: none;
}
