I am converting my site to css to get rid of all the tables, I am using a well known site site for help with css code, while doing so i have found some css that i cant work out, it is the font size, why has it been given 2 sizes, I know i could just leave one size there but there must be a reason, my guess is that some browser's may not understand the 0.7em so read the 1.5 instead, am i thinking along the correct lines. Below is a sample of the code.
body {
background: #cbdea8;
font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;
}
Regards Ian