p.titr {
	font: 10pt "titr"
}

p.small {
	font: 8pt tahoma
}

td {
	font: 9pt tahoma
}
td.small {
	font: 8pt tahoma
}

a : link {
	font-decoration: none
	color: black
}

a : visited {
	font-decoration: none
	color: blue
}

a : hover {
	font-decoration: underline
	color: red
}

input {
	font: 9pt tahoma
}