a:link { 
	text-decoration: none;
	color: blue;
} 
a:active { 
	text-decoration: none
}
a:visited { 
	text-decoration: none;
	color: #AA00BB;
}
a:hover {
	text-decoration: underline;
	letter-spacing: 0.1pt;
}
strong {
	background-color: yellow;
}
h4 {
	text-decoration: underline;
	font-weight: bold;
}
table.pulpetit {
	border: 1px solid;
}
table.pulpetit tr {
	border: 1px solid;
}