

/*For IE-------------------------
---------------------------------*/

/* Subscript and Superscript*/
sup, sub { 
vertical-align: baseline;
font-size: 80%; 
position: relative;
zoom:1; /*This is for IE*/
}

sup { bottom: 0.35em; }
sub { bottom: -0.35em; }