@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Globals und Typo

------------------------------------*/

html {
background: #A7CA64;
}

body {
	background: #A7CA64;
	text-align: center;
	font: "Century Gothic", Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: 1.67em/0.9em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	margin-top: 0.9em;
}

h2 {
	font: 1.5em/1em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
}

h3 {
	font: 1.33em/1.13em "Century Gothic", Georgia, "Times New Roman", Times, serif;
/*	margin-top: 0.9em;
	margin-top: 1.13em;  */
}

h4 {
	font: 1.17em/1.29em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	margin-top: 0.9em;
/*	margin-top: 1.29em;  */
}

p {
	font-size: 13px;
	font-family: "Century Gothic", Arial, Tahome, Verdana, sans-serif;
	margin-top: 1.5em;  
	margin-bottom: 1.5em;
}



