P A {
	color: #33CCCC;
	text-decoration: underline;
}

DIV.headline {
	color: #33CCCC;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
}

DIV.heading {
	color: #33CCCC;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

DIV.videos {
	margin-top: 40px;
}

	DIV.videos DIV.videoBox {
		width: 345px;
		float: left;
		margin: 0 5px 20px 0; 
	}
	
	DIV.videos DIV.videoBox IMG {
		float: left;
	}
	
	DIV.videos DIV.videoBox DIV.description {
		float: right;
		width: 170px;
	}
	
		DIV.videos DIV.videoBox DIV.description DIV.heading {
			color: #33CCCC;
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 5px 0;
		}
