@charset "utf-8";

/*
	No Worries Team --- CSS File 
	Copyright 2010, Verbon Design, Utrecht
	Proostwetering 20s, 3543AE Utrecht
	T 030 288 20 96 - info@verbon.nl
	www.verbon.nl

*/


body {
	background-color: #83765E;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 17pt;
	font-weight: bold;
	text-align: center;
}

a:link, a:link, a:link, a:link {
	color:  #000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #000;
}

#Content {
	width: 800px;
	height: auto;
	background-color: #C2BAAC;
	margin: 100px auto 0 auto;
}