body {
  margin: 0px;
}

div.adminmenu {
  background-color: #EEEEEE;
  border-bottom: 1px solid gray;
  text-align: right;
  font-size: 80%;
}

div.adminmenu a:link {
  color: gray;
  text-decoration: none;
}

div.adminmenu a:visited {
  color: gray;
  text-decoration: none;
}

div.adminmenu a:hover {
  background-color: #88AAFF;
  text-decoration: none;
}

div.comment {
  text-align: right;
  font-size: 80%;
}

div.footer {
  border-top: 1px solid gray;
  text-align: center;
  font-style: italic;
  font-size: 80%;
}

a:link {
  color: navy;
  text-decoration: underline;
}

a:visited {
  color: navy;
  text-decoration: underline;
}

a:hover {
  background-color: #88AAFF;
  text-decoration: underline;
}

h2 {
  background-color: #000044;
  color: white;
  padding-left: 4px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 2px;
}

h3 {
  border-bottom: 1px solid #000044;
  margin-bottom: 2px;
}

h4 {
  margin-bottom: 2px;
}

td {
  border: navy 1px solid;
}
th {
  background-color: #000044;
  border: navy 1px solid;
  color: white;
}

pre {
  border: navy 1px dotted;
  padding: 2px;
  margin-left: 20px;
  background-color: #EEEEEE;
}

blockquote {
  border-left: navy 4px double;
  padding-left: 4px;
}

blockquote p {
  margin: 0px;
}

dl{
  margin-left: 40px;
}

dt{
  border-bottom: navy 1px solid;
}

div.partedit {
  text-align: right;
  font-size: 80%;
}

span.adminmenu {
  margin-right: 5px;
}

p {
  text-indent: 10px;
}

