.greyCell {
	background-color: #CCCCCC;
	position: absolute;
	left: 100px;
	top: 0px;
	height: 100%;
	width: 400px;
}
.videoCell {
	position: absolute;
	left: 158px;
	top: 199px;
	width: 200px;
}
.scriptCell {
	background-color: #CCCCCC;
	position: absolute;
	width: 400px;
	border: 0px;
	left: 0px;
	top: 0px;
	padding: 10px;
}
body {
	background-color: #FFFFFF;
	letter-spacing: 0.05em;
}
h6 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 75%
	font-weight: normal;
	color: #333333;
}
a {
	color: #003399;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
	color: #333333;


}
h1 {
	font-size: 90%;
	color: #333333;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
	color: #333333;
	font-weight: normal;
}

