h2 {text-shadow: 1px 1px 3px silver; font-family: tech;}
.source {
	background-color: #000;
	opacity: 1;	
	margin: 5px; 
	padding: 5px; 
	border-radius: 5px;
	overflow: auto;
}
#tags {
	margin-top: 20px;
	height: 40px; 
	border-top: 1px solid #000;
}
#tags * { float: left;}
#tags h3 {
	font-size: 14px;
}
#tags .tag {margin-top: 15px}
