BODY {	 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color : White;
	background-color:#330099 ;   /*transparent*/
	cursor: url('non1.ani');
}

A:link {
	color: Aqua;
}

A:visited {
	color: silver;
}

A:hover {
	font-weight: Bold;
	font-color: yellow;
	font-style: italic;
	cursor: url('oui1.ani');
}

P {text-align: justify;}

INPUT {
	font: 12px "arial";
	background: Gray;
	color: Silver;
	height: 23px;
	border-width: small;
}

SELECT {
	font: 12px "arial";
	background: Gray;
	color: Silver;
	border-width: small;
	border-style: ridge;
}

TEXTAREA {
	font: 12px "arial";
	background: Gray;
	color: Silver;
	border-width: small;
	border-style: ridge;
}

DIV {text-align: justify ;}

TABLE {
	background-repeat: repeat;
	background-position: center ;
}
