body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	background-image: url("bok_kuttet_small.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	font-size: 0.9em;
	color: white;
	font-family: verdana, arial, sans-serif;
	height: 100%
}
A {
	color: yellow;
	text-decoration: none;
}
A:link {
	color: yellow;
	text-decoration: none;	
}
A:active {
	color: yellow;
	text-decoration: none;
}
A:hover {
	color: green;
	border-bottom: white 1px dashed;
}
.item {
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
}
h1.ititle {
	margin: 0px;
	padding: 0px;
}
.ibody {
	margin-bottom: 25px;
	margin-right: 200px;
	margin-left: 50px;
	margin-top: 0px;
	border-left: 1px dotted white;
	border-bottom: 1px dotted white;
	padding: 5px;
	padding-top: 14px;
	padding-left: 20px;
}
img {
	border: 0;
}
.footer {
	font-size: 0.6em;
	text-align: center;
	margin-right: 200px;
	margin-left: 100px;
}
p {
	margin: 1px;
}
p.strike {
	text-decoration: line-through;
	color: grey;
}
p.strike a {
	color: green;
}
.header {
	width: 100%;
	background-image: url("coucher-soleil-guadeloupe.jpg");
	background-repeat: no-repeat;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
