	/* document */
	html {
		font: 8pt Arial, sans-serif; 
		color: #000000; 
		background: #F0F0F0;
	}
	
	/* text */
	h1 {
		font-weight: bold; 
		text-align: center; 
		font-size: 4em; 
		margin: 0px 0px;
	}
	h2 {
		font-weight: bold; 
		text-align: center; 
		font-size: 2.4em; 
		margin: 0px 0px;
	}
	h3 {
		font-weight: bold; 
		text-align: left; 
		font-size: 1.2em; 
		margin: 0px 10px;
	}
	p {
		text-align: left; 
		margin: 0px 20px;
	}
	.footer {
		text-align: center;
		font-size: 8pt;
	}	
	.lang {
		text-align: right; 
		font-size: 8pt;
	}
	
	/* links */
	a:link,
	a:visited {
		color: #000000; 
		text-decoration: none;
	}
	a:hover {
		color:#000000;
		text-decoration: underline;
	}
	
	/* other styling */
	.container {
		border: 1px solid #000000; 
		background-color:white; 
		position: relative; margin:auto; 
		margin-top:10px; 
		width:800px; 
		height:auto
	}
	.header {
		margin: 0px 20px;
	}
	.body {
		margin: 0px 20px;
	}
	.body img {
		border: 1px solid #000000;
		float: right; 
		margin: 0px 20px;
	}
	.bottom {
		margin: 0px 20px;
	}
	