

hr{
	display: none;
}

#content{
	border: 1px solid #aaaaaa;
	border-radius:10px;
}
p.copy{
	margin: 5px 0 10px 0;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: rgba(205, 184, 215, 0.47);
}


div#content img{
	margin: 0 20px 0 0;
}




@media print{
    color:red;
}

