/* https://webdesign-assistant.com */
body{
	font-family: verdana;
	text-align: center;
    background: #eee;
	margin: 0;
}
h1{
    color: #fff;
	background-color: #888;
	border-bottom: 2px solid #555;
	margin: 0;
	padding: 8px 0;
	margin: 0 0 30px 0;
}
.clear{
	width: 100%;
	clear: both;
}
img{
	cursor: zoom-in;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a{
    color: #555;
	display: inline-block;
	margin: 30px 5px;
}
















