.Forum-container {
  border-style: none;
  border-width: 0px;
  display: table;
  position: static;
  margin-right: auto;
  margin-left: auto;
  width: 97%;
  height: 125px;
  font-weight: inherit;
}
.Forum-Title {
  border: 3px ridge #cccccc;
  font-family: Verdana;
  vertical-align: top;
  display: table-cell;
  position: static;
  background-color: white;
  width: 125px;
  text-align: center;
  line-height: 0.6em;
}
.Forum-Text {
  border-style: ridge ridge ridge none;
  border-top: 3px ridge #cccccc;
  border-right: 3px ridge #cccccc;
  border-bottom: 3px ridge #cccccc;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: table-cell;
  position: static;
  background-color: #ffffe0;
  font-size: 14px;
  font-weight: normal;
  font-family: verdana;
  line-height: 16px;
}
.Title {
  border-style: none;
  border-color: silver;
  border-left: 2px none silver;
  border-right: 2px none silver;
  margin-left: auto;
  display: block;
  background-position:  center center;
  font-family: verdana;
  text-align: center;
  color: black;
  position: static;
  height: 80px;
  font-weight: inherit;
  width: 1000px;
  margin-right: auto;
  min-height: 0px;
  font-size: 12px;
}

