html, body {
	margin: 0;
	padding: 0;
}

body
	{
    margin:150px 0 0 0;
	background-color: #fff;
	/*background-image: url(bilder/bg.gif);
	background-repeat: no-repeat;*/
	font-family: Arial, Helvetica, sans serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	color: #605244;
	text-align: center;
	}
	
p   {
	padding-top:50px;
	padding-bottom:20px;
}

a:link{color:#605244; text-decoration: none;} 
a:visited{color:#605244; text-decoration: none;} 
a:hover{color:#605244; text-decoration: underline;}
a:active{color:#605244; text-decoration: none;} 
