Question - What is the percentage value in 'font-size' relative to?
Answer -
It is relative to the parent element's font-size. For example, if the style sheet says:
H1 {font-size: 20pt;}
SUP {font-size: 80%;}
...then a inside an will have a font-size of 80% times 20pt, or 16pt.