@charset "utf-8";
body {
	margin: 0px 0 0;
	padding: 0;
	background-color: #221E1F;
	font-size: 0.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	background-image: none;
	text-align: center;
	text-decoration: none;
	color: #666;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #B32382;
	text-decoration: underline;
}
h1.purple {
	color: #872990;
	font-size: 15px;
	text-align: left;
	padding-left: 80px;
	font-weight: 100;
}
h1.frambois {
	color: #B32382;
	font-size: 15px;
	text-align: left;
	padding-left: 300px;
	font-weight: 100;
}