body { background-color: #FFF500; }
.container { border-left: 2px solid black; border-right: 2px solid black; }

a { 
	color: #660066; 
	text-decoration: none; 
}

h1 { 
	text-align: center; 
	margin: 10px; 
	padding: 0px; 
	color: #660066;
}

.thumbnail {
	float: left;
	width: 232px;
	text-align:center;
}

.thumbnail a img {
	text-decoration: none;
}

.thumbnail img { 
	
	vertical-align: middle;
	margin: 20px 0px;	
	border: 2px solid #660066; 
}

#videoclip { 
	width: 640px;
	border: 1px solid #000;
}
.footer { padding: 10px 0px; color: #000; font-weight: bold; font-size: 8pt}
.footer a { color:#660066; }

