Accessible Text

Incorrect:

body
{
font-size:14px;
}

Correct

body
{
font-size:110%;
}