.fontSmall { font-size:small;}
.fontSmaller { font-size:smaller; }
.fontXSmall { font-size:x-small; }
.fontXXSmall { font-size:xx-small; }
.fontMedium { font-size:medium; }
.fontLarge { font-size:large; }
.fontLarger { font-size:larger; }
.fontXLarge { font-size:x-large; }
.fontXXLarge { font-size:xx-large; }
.fontRedBoldLarge { font-size:larger; font-weight:bold; color:Red; }
.fontRedBold { font-weight:bold; color:Red; }
.fontTealBoldLarge { font-size:larger; font-weight:bold; color:#009999; }
.fontTealBold { font-weight:bold; color:#009999; }
