@charset "UTF-8";
/* CSS Document */

.tableContainer
{
	width:700px;
	margin:0 auto;
	border:2px outset blue;
	padding:20px;
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
}
.noDecor {
	text-decoration: none;
	display:inline;
}
.decor
{
	text-decoration:underline;
	display:inline;
}
.tableContainer a
{
	text-decoration:none;
}
	

.videoInfotext
{
	font-size:13px;
	text-indent:60px;
	margin:0 0 5px 0;
}

p
{
	margin:0;
	padding:0;
}

.video_name_text
{ 
font-size:20px; 
font-weight:bold;
padding-top:8px;
 
    	
	
}