body {
  font-family: arial, helvetica, sans-serif;
}
h1 {
  font-size: x-large;
  text-align: center;
  font-weight: bold;
}
h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: large;
  text-align: center;
  font-weight: bold;
}
h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: medium;
  text-align: center;
  font-weight: bold;
}
em {
  font-weight: bold;
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
}
th.l {
  font-weight: bold;
  text-align: center;
}
th.c {
  font-weight: bold;
  text-align: center;
}
td.mp {
  width: 50%;
  text-align: center;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
.m {
  text-align: center;
}
p.lnk {
  text-align: center;
}
p.foot {
  margin-top: 20px;
  font-size: x-small;
  text-align: center;
}
p.info {
  font-size: x-small;
  text-align: right;
}
hr {
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
}
