body {
	background-color: #e1e1e1;
	margin: 0px;
	background-image: url(images/sky.gif);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FF86BF;
}
.pinkFont {
	color: #FF86BF;
}
a:active {
	text-decoration: none;
}
.videoTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #CCC;
	border-top-width: 2px;
	border-right-width: 30px;
	border-bottom-width: 2px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-transform: uppercase;
}
h3 {
	margin-left: 10px;
}
p {
	text-align: justify;
	font-size: 11px;
}

