
A:link {
text-decoration: underline;
	color : black;
	}
	
A:visited {
	text-decoration: underline;
	color : black;
}

A:hover {
	text-decoration: none;
	}


P  {
	font-family : Arial, Verdana, sans-serif;
}

TD  {
	font-family : Arial, Verdana, sans-serif;
}

TD.justif  {
	text-align : justify;
	font-family : Arial, Verdana, sans-serif;
}



