
body {
  margin: 1% 7%;
  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;
}
h2 {
  font-weight: bold;
  font-size: 20pt;
  line-height: 24pt;
  border-left: #4a41a0 6pt solid;
  border-bottom: #4a41a0 1pt solid;
  padding-top: 4pt;
  padding-left: 2pt;
  padding-bottom: 2pt;
  padding-right: 2pt;
}
h3 {
  font-weight: bold;
  font-size: 20pt;
  line-height: 24pt;
}
h4 {
  font-weight: bold;
  font-size: 20pt;
  line-height: 24pt;
}
p {
  font-weight: bold;
  font-size: 16pt;
  line-height: 18pt;
}
.stdtext {
  font-weight: bold;
  font-size: 16pt;
  line-height: 18pt
}
.smalltext {
  font-weight: none;
  font-size: 10pt;
  line-height: 18pt
}
.linktext {
  font-weight: bold;
  font-size: 16pt;
  line-height: 18pt
}
dt.linktext {
  font-size: 20pt;
  line-height: 24pt
  font-weight: bold;
}
dl.index {
  font-weight: bold;
  font-size: 20pt;
  line-height: 36pt;
  margin-top: 6pt;
}
dt.index {
  font-weight: bold;
  font-size: 20pt;
  line-height: 36pt;
  margin-top: 6pt;
}
dd.index {
  font-weight: bold;
  font-size: 18pt;
  line-height: 27pt
}
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;
}

