@charset "utf-8";

body {
	margin: 0;
	padding: 64px;
	background: #353535;
	color: #cccccc;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 2;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #dcb224;
}

a.image {
	display: inline-block;
	margin: 0 64px 64px 0;
	width: 20%;
}

a.image img {
/*	border: solid 1px #303030;*/
	width: 100%;
}

a.back {
	display: block;
	width: auto;
	margin-bottom: 32px;
}

p {
/*	font-size: 2em;*/
}

.menu {
	display: block;
}