body{
	background:#33cc33;
	color: #66ff66;
	font-family: segoe uiф;
	font-size: 14pt;
}
.container{
	background: #02a751;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	height: 300px;
	width: 900px;
}
.navigation{
	background: #00cc00;
	width: 900px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#000000 ;
	}
	.contente{
	background:  #000000;
	width: 900px;
	height: 600px;	
	}
	.clear{
		clear:both ;
	}
	.footer{
		background: #02a751;
		height: 60px;
		width: 900px;
		text-align: center;
		font-size: 18pt;
	}
	a{
		color: black;
		text-decoration: none;
	}
	p{
		margin: 4px;
	}