
/* Make the window and frame transparent. */
body.video {
	background-color:transparent !important;
}

/* Rows have black backgroud with white text. */
tr.top {
	text-align: center;
	background-color:black;
	color: white;
}

/* Lower white border on top line. */
td.top {
	color: green;
	font-size: 10pt;
	padding-top:8px;
	padding-bottom: 8px;
	border-width:2px;
	border-style:solid;
	border-color: black;
	border-bottom-color: white;
	border-top-color: white;
}

/* White border around all of bottom line. */
td.bottom {
	font-size: 9pt;
 	padding-top:4px;
	padding-bottom: 8px;
	border-style:solid;
	border-width:2px;
	border-color: white;
}

/* Place white border around video. */
div.video {
	padding: none;
	border-style:solid;
	border-width:1px;
	border-color: white;
}

/* Adjust height of line breaks. */
br {
	line-height: 0.125
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: white;
}

