﻿.fmt_small
{
  font-size: x-small;
}

.fmt_bold
{
  font-weight: bold;
}

.fmt_italic
{
  font-style: italic;
}

.fmt_red
{
  color: red;
}

.fmt_center
{
  text-align: center; 
}

.font_small
{
  font-size: x-small;
}

.font_bold
{
  font-weight: bold;
}

.font_italic
{
  font-style: italic;
}

.font_red
{
  color: red;
}

.font_center
{
  text-align: center; 
}