@charset "ISO-8859-1";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #99CC00;
	text-decoration: none;
	border: 0;
	float: inherit;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 4;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none;
	border: 0;
	float: inherit;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 4;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	border: 0;
	float: inherit;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 4;
}
a:active {
	font-weight: bold;
	font-size: 20px;
}
body {
	color: #CCCCCC;
	background-image: url(../images/bgjoelle.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
