body {
  background-color: white;
  color: black;
}

a:link { font-weight: bold; text-decoration: none; }
a:visited { font-weight: bold; text-decoration: none; color: gray; }
a:hover { font-weight: bold; text-decoration: underline; }
a:active { font-weight: bold; color: red; }

/* Message CSS */

div.topLinks {
}
div.topLinks table {
  background-color: #EEEEEE;
  color: black;
  font-size: smaller;
  text-align: center;
  padding-left: 0.3em;
  padding-right: 0.3em;
  border-collapse: collapse;
  border-style: solid;
  border-width: thin;
  border-color: black;
  border-spacing: 1em;
}
div.topLinks td {
  background-color: #EEEEEE;
  color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-style: solid;
  border-width: thin;
  border-color: black;
  border-spacing: 1em;
}

div.msgHead {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
div.msgHead > table {
  background-color: #EEEEEE;
  color: black;
  padding-left: 0em;
  padding-right: 0.5em;
  border-style: dotted;
  border-width: thin;
  border-color: black;
  width: 100%;
  border-spacing: 0em;
}
div.msgHead em {
  font-weight: bold;
  font-style: normal;
}

div.msgBody > table {
  background-color: #EEEEEE;
  color: black;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-style: solid;
  border-width: thin;
  border-color: black;
  width: 100%;
  border-spacing: 0em;
}

div.botThread {
}
div.botThread table {
  text-align: left;
  font-size: smaller;
}
div.botThread th {
  border-top: solid;
  border-bottom: solid;
  border-width: thin;
  white-space: nowrap;
}
div.botThread td {
  width: 100%;
  white-space: nowrap;
}
div.botThread span {
  background-color: yellow;
  color: black;
}
div.botThread ul {
  margin-top: 0em;
}

div.botLinks {
}
div.botLinks table {
  background-color: #EEEEEE;
  color: black;
  font-size: smaller;
  text-align: center;
  empty-cells: hide;
  padding-left: 0.3em;
  padding-right: 0.3em;
  border-collapse: collapse;
  border-style: solid;
  border-width: thin;
  border-color: black;
  border-spacing: 1em;
}
div.botLinks td {
  background-color: #EEEEEE;
  color: black;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-top: solid;
  border-bottom: solid;
  border-right: dotted;
  border-width: thin;
  border-color: black;
  border-spacing: 1em;
}
div.botLinks em {
  font-weight: normal;
  font-style: italic;
}

div.footer {
  font-style: italic;
  font-size: smaller;
}
div.footer table {
  width: 100%;
  text-align: right;
  font-style: italic;
}

/* Index CSS */
div.indexTop {
  font-style: italic;
  font-size: smaller;
}
div.indexBody {
}
div.indexBody h2 {
	text-align: center;
}
