* {
	margin: 0px;
	padding: 0px;
}

/* sets the textsize on 10px for the whole site */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	font-size: 62.5%;
	color: #1b3228;
}