
.leadin
          {
            font-size: 18pt;
            margin-left: 200px;
            margin-right: 200px;
            font-weight: 700;
            font-style: italic;
          }

.standard {
            font-family: Arial;
            font-size: 12pt;
            line-height: 1.2;
            margin-top: 0;
          }

.sidebar {
            font-family: Arial;
            font-size: 10pt;
            line-height: 1.2;
            text-align: center;
            color: #FFFFFF;
            margin-top: 0;
          }

.copyright {
            font-family: Arial;
            font-size: 10pt;
            line-height: 1.2;
            text-align: center
          }

h1 {
            font-family: Arial;
            color: #800020;
            font-size: 18pt;
            line-height: 1.0;
            font-weight: 700;
          }
h2 {
            font-family: Arial;
            color: #800020;
            font-size: 16pt;
            line-height: 1.2;
            font-weight: 700;
            font-style: italic;
          }
h3 {
            font-family: Arial;
            color: #800020;
            font-size: 16pt;
            line-height: 1.5;
            margin-bottom: 0;
            font-weight: 700;
            text-decoration: underline;
          }

A:link    {
            font-family: Arial;
            font-size: 12pt;
            color: #800020;
            font-weight: 700;
            text-decoration: none;
          }

A:visited {
            font-family: Arial;
            font-size: 12pt;
            color: #800020;
            font-weight: 700;
            text-decoration: none;
          }

A:hover    {
            font-family: Arial;
            font-size: 12pt;
            color: #800020;
            font-weight: 700;
            text-decoration: underline;
          }

