body {
	font-family: sans-serif;
	/* background-image: url('zebra.png'); */
	background-image: url('tile2.png');
	background-attachment: fixed;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-left: 0;
	color: #30f080;
}

h3, h4 {
	font-style: italic;
}

p {
	margin-left: 2em;
}

h1 {
	text-align: center;
	text-shadow: 0.1em 0.1em #00c0f0;
	transform: rotate(-10deg) skewX(-10deg);
	box-shadow: 8px 8px black;
	position: relative;
	z-index: 2;
	background: white;
	display: block;
	border: 2px solid black;
	width: 400px;
}

div {
	display: block;
	width: 750px;
	background: white;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	border: 10px solid black;
	margin-bottom: 10px;
}

div:nth-child(even) {
	transform: rotate(1deg);
}
div:nth-child(odd) {
	transform: rotate(-1deg);
}

div.compressed {
}

div:hover {
	border: 10px solid #00c0f0;
}
