/* CSS Videoblog */

h1 {
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align:left;
}

a {
	color: #004276;
	text-decoration: none;
}

a:hover {
	color: #004276;
	text-decoration: underline;
}

div#box-video {
	clear: both;
	text-align:left;
	padding-left: 10px;
}

div.clear {
	clear:both;
	margin:0;
	padding:0;
}	

div.elenco {
	width:250px;	
	margin-top:20px;
	padding-left: 10px;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 11px;
	line-height: 13px;
	text-align:left;
}
