body { background-color: #800080 }
.container { border-left: 2px solid black; border-right: 2px solid black; }

a { 
	color: #FFFF00; 
	text-decoration: none; 
}

h1 { 
	text-align: center; 
	margin: 10px; 
	padding: 0px; 
	color: #FFFF00;
}

.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 #FFFF00; 
}

#videoclip { 
	width: 640px;
	border: 1px solid #000;
}
.footer { padding: 10px 0px; color: #fff; font-weight: bold; font-size: 8pt}
.footer a { color: #FFFF00; }

