body {
  background-color:#FFFFFF;
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: medium;
}
a {
}
a:link {
  color: #002266;
}
a:active {
  color: #336699;
}
a:visited {
  color: #336699;
}
a:hover {
  color: #4376dC;
  text-decoration: underline;
}
/*
** Top of Page section
*/
#Header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
}
.header-center-name, .header-pali-name, .header-subtitle, a.header-subtitle {
  font-weight: normal;
  text-align: center;
}
.header-center-name, .header-pali-name {
  color: #2424af;
}
.header-center-name {
  font-size: x-large;
}
.header-pali-name {
  font-size: large;
  font-style:  italic;
}
.header-subtitle {
  color: #1e8776;
  font-size: small;
}
/*
** Main section
*/
#Main {
  font-size: medium;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 70%
}
.main {
  width: 100%;
}
/*
** Footer section
*/
#Footer{
  color: #000000;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 70%;
}
hr {
  border-color:#0000A0;
  border-style: solid none none none;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.Footer-date {
  color: #990000;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
