body {
	font-size: 150%;
	color: #222;
	background-color: #def;
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
	margin: 2em auto 6em auto;
	padding: 0em;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
	width: 30em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	border-bottom: 3px #000 solid;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0em 0em 0.5em 0em; text-align: justify;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0em;
	padding: 0em;
}

a:focus, a:hover {
	text-decoration: underline;;
}

a {
	color: #339;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

pre {
	margin: 1.5em 0; white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

ul.buttons {
	list-style: none;
	padding: 0px;
}

ul.buttons li {
	margin: 2em 0em 0em 0em;
	padding: 0px;
}

ul.buttons li a {
	margin-bottom: 1em;
}

@font-face {
	font-family: FeijoaRemote;
	src: local(Feijoa), url("Feijoa_Medium.otf");
}

h1 {
	font-size: 42px;
	line-height: 60px;
	color: #000;
	font-family: FeijoaRemote, Georgia, serif;
	font-weight: bold;
}

h1 span {
	color: #346;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	background-color: #333;
	padding: 0.5em;
	text-shadow: 0px 2px 1px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;;
	background: url(h2-bg.png) repeat-x;
}

h3 {
	font-family: FeijoaRemote, Georgia, serif;
}

h4 {
	font-weight: bold;
	font-family: FeijoaRemote, Georgia, serif;
}

a.launch {
	float: right;
	color: #fff;
	border-bottom: 2px #ccc dotted;
}

a.launch:hover {
	color: #bce;
}

ul.buttons div.img {
	margin-bottom: 0.5em;
	text-align: center;
}

ul.buttons img {
	border: 1px #333 solid;
}

