body {
	background-repeat: no-repeat;
	background-position: center center;
}
.marge {
	margin: 20px;
}

a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	color: #F33;
	font-size: 12px;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.b:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.b:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #F33;
	text-decoration: none;
}
.b:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
