@charset "UTF-8";
/* CSS Document */
body{ 
	border-bottom:0px; 
	border-left:0px; 
	border-right:0px; 
	border-top:0px;
	font-family:Arial, Helvetica;
	color:#999999;
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
}

/* liens */

a{
	color:#003333;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline overline;
}
