/* Normal elements */

a.nonexistent {
  background-color: white;
  color: red;
  font-weight: bold;
}

a.nonexistent:visited {
  background-color: white;
  color: red;
}

a:link.top, a:visited.top {
  color: #F5DEB3;               /* wheat */
  line-height: 90%;
  position: relative;
  text-decoration: none;
  top: -13px;
}

a:link:hover, a:visited:hover {
  background-color: #F5F5F5;    /* white smoke */
}

h1 a:link:hover, h1 a:visited:hover {
  background-color: #708090;    /* slate gray */
}

a:visited {
/*  color: #556B2F; */              /* dark olive green */
}

a:link {
  color: #0000CD;               /* blue */
}

blockquote {
  border-left: 2px solid #CCCCCC; /* gray80 */
  padding: 5px;
  font-style: italic;
  margin: 5px 20px;
}

body {
  background-color: #DCDCDC;    /* gainsboro */
  color: black;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 1%;
}

dt {
  font-weight: bold;
  margin-top: .5em;
  padding: 3px;
}

em {
  font-style: italic;
}

h1 {
  background-color: #0000FF; /*#2F4F4F;*/    /* dark slate gray */
  color: #F5DEB3;               /* wheat */
  border: 1px solid black;
  font-size: large;
  overflow: hidden;             /* don't crowd the menu */
  padding: 0;
  white-space: nowrap;
}

h2 {
  border-bottom: solid 2px #708090; /* slate gray */
  clear: left;
  font-size: large;
  margin-top: 2.5em;
  margin-bottom: .5em;
  overflow: hidden;             /* don't crowd the menu */
  padding-right: 6px;
}

h3 {
  border-bottom: solid 1px #708090; /* slate gray */
/*  border-right: solid 2px #DCDCDC; */ /* gainsboro */
  font-size: medium;
  margin-top: 2em;
  margin-bottom: .5em;
  overflow: hidden;             /* don't crowd the menu */
  padding-right: 6px;
}

h4 {
  border-bottom: dashed 1px #BEBEBE;    /* light gray */
  border-right: solid 2px #DCDCDC;      /* gainsboro */
  margin-top: 1.5em;
  margin-bottom: .7em;
  overflow: hidden;             /* don't crowd the menu */
  padding-right: 6px;
}

hr {
  clear: both;
}

img {
  border: 0;
}

li {
  line-height: 1.2em;
  margin-top: .7em;
}

p {
  line-height: 1.2em;
}

pre {
  font-family: monospace;
  margin-left: 3%;
  white-space: pre;
}

span.footdate {
  color: red;
}

strong {
  font-weight: bold;
}

table {
  overflow: hidden;             /* don't crowd the menu */
}

ul {
  list-style-type: disc;
  margin-bottom: 1.5em;
}

/* Menu */

.menu {
  background-color: #D3D3D3;    /* light gray */
  border: 1px solid black;
  display: inline;
  float: right;
  clear: both;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 3px;
}

