body {
	font-family: gill sans;
	color: #333;
	margin-left: 70px;
	margin-top:  50px;
	max-width: 800px;
	background: transparent;
}
h1, h2, h3 {
	color: #222;
	margin-bottom: 30px;
	text-shadow: #aaa 1px 1px 2px;
}
a {
	color: #333;
}
.link a {
	text-decoration: none;
}
.link {
	padding: 5px;
	box-shadow: 3px 3px #aaa;
	background: #ddd;
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.link:hover {
	background: #eee;
}
.link img {
	float: right;
}

@media all and (max-width: 600px)
{
	body {
		margin-left: 10px !important;
		max-width: 600px;
	}
}

