@charset "UTF-8";
/* CSS Document */

img {
	width:85%;
	height:auto;
	margin:0 auto;
	box-shadow: 0 0 10px #737373;
	margin-top:15px;
}

p {
	font-family:'Roboto', sans-serif;
	color:#737373;
}

.art {
}

.dotty {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #737373;
	width:90%;
}

.close {
	width:4em;
	font-weight:700;
	font-size:0.9em;
	background-color:#ee7402;
	color:#FFFFFF;
	text-decoration:none;
	padding:0.4em;
	margin:10px 0;
	border-radius:5px;
	
}
.close:hover {
	background-color:#737373;
	color:#FFFFFF;
	
}