I use simply:
Code:
a.note {
font-size: 75%;
vertical-align: text-top; /* doesn't affect line height */
}
<a class="note" href="../Text/EN3.xhtml" id="EN3">3</a>
or:
Code:
sup { /* this is already rendered as superscript */
font-variant: normal; /* for use in smallcapped text */
line-height: 0; /* do not alter the line separation */
}
M<sup>me</sup> de Bellière