/* Common Font Style sheet */

.normal
{
  font-size: 10pt;
}

.big
{
  font-size: 12pt;
}

.small
{
  font-size: 8pt;
}

strong, b, .bold
{
  font-weight: bold;
}

i, .italic
{
  font-style: italic;
}

.highlight
{
  color: black;
  background: white;
}