body {
	margin-left: 40px;
	margin-top: 10px;
}
a {
	color: #000000;
}
a:hover {
	color: #00FF66;
}
.titre {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: -2px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}
.menu {
	font-family: Helvetica;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
	font-weight: 100;
	text-decoration: underline;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	letter-spacing: normal;
	text-decoration: none;
}

.hello {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0033;
	text-decoration: blink;
}
