
body {
  margin: 2% 6%;
  color: #ffffff;
  background-color: #000000;
}

h1 {
  font-weight: bold;
  font-size: 24pt;
  line-height: 28pt
  border-right: #4a41a0 1pt solid;
  border-top: #4a41a0 1pt solid;
  border-left: #4a41a0 6pt solid;
  border-bottom: #4a41a0 1pt solid;
  padding-top: 4pt;
  padding-left: 2pt;
  padding-bottom: 2pt;
  padding-right: 2pt;
}
h1.bigtext {
  font-weight: bold;
  font-size: 40pt;
  line-height: 40pt;
  border-top: #4a41a0 4pt solid;
  border-left: #4a41a0 4pt solid;
  border-bottom: #4a41a0 4pt solid;
  border-right: #4a41a0 4pt solid;
  padding-top: 4pt;
  padding-left: 2pt;
  padding-bottom: 2pt;
  padding-right: 2pt;
}
h2 {
  font-weight: bold;
  font-size: 20pt;
  text-align: center;
  border-right: #4a41a0 1pt solid;
  border-top: #4a41a0 1pt solid;
  border-left: #4a41a0 1pt solid;
  border-bottom: #4a41a0 1pt solid;
}
h3 {
  font-weight: bold;
  font-size: 20pt;
}
h4 {
  font-weight: bold;
  font-size: 150%
}
p {
  font-size: 130%;
  font-weight: bold;
  line-height: 150%
}
.bigtext {
  font-weight: bold;
  font-size: 32pt;
  line-height: 40pt
}
.stdtext {
  font-size: 16pt;
  font-weight: bold;
  line-height: 24pt
}
.stdtextindent1 {
  font-size: 16pt;
  font-weight: bold;
  text-indent: 2em;
  line-height: 24pt
}
.stdtextindent2 {
  font-size: 16pt;
  font-weight: bold;
  text-indent: 4em;
  line-height: 24pt
}
.stdtextindent3 {
  font-size: 16pt;
  font-weight: bold;
  text-indent: 6em;
  line-height: 24pt
}
.stdtextindentB {
  font-size: 16pt;
  font-weight: bold;
  text-indent: -2em;
  line-height: 24pt
}
.index {
  font-weight: bold;
  font-size: 20pt;
  line-height: 36pt
}
table.stdtext {
  border="1";
}
.linktext {
  font-size: 130%;
  font-weight: bold;
  line-height: 150%
}
dt.linktext {
  font-size: 150%;
  font-weight: bold;
}
dt.index {
  font-weight: bold;
  font-size: 20pt;
  line-height: 36pt
}
dd.index {
  font-weight: bold;
  font-size: 20pt;
  line-height: 30pt
}
A:link {
  color: #ffffff;
  background-color: #000000;
  text-decoration: underline;
}

A:active {
  color: #ffffff;
  background-color: #000000;
  text-decoration: underline;
}

A:visited {
  color: #ffffff;
  background-color: #000000;
  border-bottom: thin solid #ffffff;
  text-decoration: none;
}

A:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

A.navi:link {
  color: #ffffff;
  background-color: #000000;
  border: none;
  text-decoration: underline;
}
A.navi:active {
  color: #ffffff;
  background-color: #000000;
  border: none;
  text-decoration: underline;
}
A.navi:visited {
  color: #ffffff;
  background-color: #000000;
  border: none;
  text-decoration: underline;
}
A.navi:hover {
  color: #000000;
  background-color: #ffffff;
  border: none;
  text-decoration: none;
}

