body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #888;
	overflow-y: scroll;
	line-height: 1.8;
	background-color: #eee;
	background-image: url("mrns32.png");
	background-repeat: no-repeat;
	background-position: 105% 50%;
}

#plop {
	width: 450px;
	margin: 100px auto;
	padding: 50px;
	background-color: #fefefe;
	font-size: 17px;
	
}

.aloik {
	text-align: right;
	
}

p {
	padding: 0 10px;
}

h1, h2, h3 {
	font-weight: normal;
	line-height: 0.7;
	margin: 27px 0;
	
}

a {
	color: #ff6c00;
	text-decoration: none;
	
}

a:hover {
	color: #333;
	
}

hr {
	width: 60%;
	margin: 20px auto;
	border: none;
	border-bottom: thin solid #bbb;
	
}









