﻿body {
 font-size: 12pt;
  }
small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: 22pt;
 }
h2 {
 font-size: 18pt;
 }
h3 {
 font-size: 16pt;
 }
h4 {
 font-size: 14pt;
 }
h5 {
 font-size: 12pt;
 }
h6 {
 font-size: 12pt;
 font-weight: bold;
 }