@media screen{

	.center a:link, .center a:visited{
		color:  #FF6A00; 
		font-style: normal;
		font-weight: bold;
		text-align: center;
	}
	 .center a:hover, .center a:active{
		color: #00A08A;
		text-decoration: underline;
		font-style: normal;
		font-weight: bold;
	 }
	figure{
		float: left;
	}
	.center{
		margin: 10px auto;
	}
	.center img.preview{
		box-shadow: #005A4D 2px 3px 4px;
		margin: 40px;
		width: 200px;
		height: 280px;
	}
	.center img.preview:hover{
		box-shadow: #005A4D 5px 6px 5px;
	}
	
}
@media print{
	a {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
}
