a:link, a:visited, a:active {
  color:darkred;
  text-decoration:none;
  font-weight: bold
}

body {
  background: white;
  font-family: monospace;
  font-size: small
}

td {
  padding-left: 5px;
  padding-right: 5px
}

.a_back:any-link {
  color: white;
  font-family: monospace;
  font-weight: bold;
  font-size: 13px;
}

.attrName {
  border-bottom: 1px solid orange;
  border-right: 1px solid orange;
  height: 26px;
  font-size: 15px
}

.attrCode {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  height: 26px;
  font-size: 15px
}

.attrValue {
  font-weight: bold;
  font-size: 15px
}

.button {
  height: 23px;
  border:gray solid 2px;
  border-radius: 5px;
  font-family: monospace
}

.hr_black {
  border: 1px solid black
}

.hr_orange {
  border: 1px solid orange
}

.td_back {
  background-color: orange;
  border:darkred solid 2px;
  width: 70px;
  height: 21px;
  border-radius: 5px;
  text-align: center;
}

.button_stop_DCS {
  background-color: red;
  border:red solid;
  width: 100px;
  height: 27px;
  border-radius: 5px;
  font-family: monospace;
  color: white;
  font-weight: bold
}

.input_text_line {
  height: 18px;
  border:gray solid 2px;
  border-radius: 5px;
  font-family: monospace
}

.input_text_area {
  height: 500px;
  width:  800px;
  border:gray solid 2px;
  border-radius: 5px;
  font-family: monospace
}

.selector {
  height: 24px;
  border:gray solid 2px;
  border-radius: 5px;
  font-family: monospace
}

.DCS_title {
  font-family: monospace;
  font-size: 20px;
  font-weight: bold
}

.outer_table {
  background-image: url(../pictures/background.png);
  border: 2px solid orange;
  border-radius: 5px;
  margin: auto
}

.footer_table {
  margin:auto;
  font-style: italic;
  font-weight: bold
}