.table1 {
  background-color: #363636;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  border-left: 1px solid orange;
  border-right: 1px solid orange;
  color: #fb9939;
}

.menu12 {
  padding-left: 3px;
  font-size: 12px;
  spacing-left: 5px;
}

a:hover {
  text-decoration: none;
}

a {
  font-family: Fixedsys;
  color: #e15411;
  text-decoration: none;
  text-size: 14px;
}

.news {
  font-family: Fixedsys;
  font-size: 16px;
}

.tbb {
  font-family: Fixedsys;
  font-size: 16px;
    color: #fb9939;
}

.tbb1 {
      font-family: Tahoma;
      font-size: 14px;
      color: #fb9939;
}

.tb1 {
  font-family: Fixedsys;
  font-size: 16px;
    color: #fb9939;
    background-color: black;
    border-top: 1px dashed orange;
  border-bottom: 1px dashed orange;
  border-left: 1px dashed orange;
  border-right: 1px dashed orange;
}

.oinput {
    background-color: #363636;
    color: #fb9939;
    border-top: 1px solid #fb9939;
    border-bottom: 1px solid #fb9939;
    border-left: 1px solid #fb9939;
    border-right: 1px solid #fb9939;
}

.obutton {
    background-color: #363636;
    color: #fb9939;
    border-top: 1px solid #fb9939;
    border-bottom: 1px solid #fb9939;
    border-left: 1px solid #fb9939;
    border-right: 1px solid #fb9939;
}

body {
  background-color: black;

}

.ReadTextArea {
    background-color: black;
    border: 1px dashed orange;
    color: #fb9939;
    font-size: 16px;
    font-family: Fixedsys;
    scrollbar-arrow-color: orange;
    scrollbar-3dlight-color: #000000;
    scrollbar-highlight-color: orange;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: orange;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;

}