body { background: white; color: black; font-family: "arial"; font-size: 10pt; text-align: justify;
      margin: 7%; }
a { text-decoration: none; background: transparent; }
a:link { color: red; }
a:visited { color: purple; }
a:active { color: blue; }


h1 { color: crimson; text-align: center; font-size: 18pt; }
h2 { color: navy; text-align: center; font-size: 16pt; }
h3 { background: transparent; color: darkGreen;  text-align: center; font-size: 14pt; }
h6 { color: navy; text-align: center; font-size: 8pt; }

td { font-family: "arial"; }

hr { margin-left: auto; margin-right: auto; }

.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.noBullet { list-style-type:none; }