/* CSS Document */

	.video-title, .video-title a{
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	}	
	
	.video-desc, .video-desc a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	}	
	
	a.video{
	text-decoration: none;
	line-height: 12px;
	}
	
	a.video:hover{
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 12px;
	}	
	
