body {
	background-color: #eee;
	color: #333;
	font-family: 'Avenir Next', Futura, Verdana, sans-serif;
	font-size: 18px;
	}



h1, h2, h3, h4 {
	font-family: 'Avenir Next', Futura, Verdana, sans-serif;
	color: #d5172f;
	background-color: #009ee0;
	text-shadow: 0 0 5px #eee;
	padding: 5px;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.6em;
	}

a {
	color: #c00;
	}

img {
	width: 70%;
	}

p {
	font-family: 'Avenir Next', Futura, Verdana, sans-serif;
}

div.text {
	padding: 10px;
	margin: auto;
	width: 80%;

}

div.footer {
	text-align: center;
	font-size: 0.8em;
}

div.alpakas {
	background: url('alpaka_100px.png') repeat;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}