@charset "ISO-8859-1";
#video {
	float: right;
	height: 301px;
	width: 425px;
	padding-bottom: 6px;
	padding-left: 12px;
}
a:link {
	color: #99ccff;
	text-decoration: underline;
}
a:visited {
	color: #99ccff;
	text-decoration: underline;
}
a:hover {
	color: #99ccff;
	text-decoration: none;
}
a:active {
	color: #99ccff;
	text-decoration: underline;
}
.heading {
	font-size: 200%;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
.bold {
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.subheading {
	font-size: 125%;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
