@charset "UTF-8";
.VideoTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #00CCFF;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
	line-height: 1.5pc;
}
body {
	background-color: #000000;
}
a {
	font-size: medium;
	color: #FF0000;
}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
h1 {
	font-size: 36px;
}
.redText {
	color: #FF0000
}
