I have this block of css in my stylesheet -

.s1 { font-size: 1pt; }
.s2 { font-size: 2pt; }
.s4 { font-size: 4pt; }
.s6 { font-size: 6pt; }
.s8 { font-size: 8pt; }
.s10 { font-size: 10pt; }
.s12 { font-size: 12pt; }
.s14 { font-size: 14pt; }
.s16 { font-size: 16pt; }
.s18 { font-size: 18pt; }

It works fine in IE but not in Chrome - Why please??
**************************
I have this line of code in my stylsheet -

.tdn { text-decoration:none; }

It works fine in IE but not in Chrome - Why please??