#tswcssbuttons {
  width: 250px;
  text-align: center;
  background-color: #999999;
}

#tswcssbuttons ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

#tswcssbuttons li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  font-family: Arial, Helvetica, sans-serif;
}

#tswcssbuttons li a {
  color: black;
  background-color: #DAA520;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #b3a000;
  border-right-color: #b3a000;
  border-bottom-color: #b3a000;
  border-left-color: #b3a000;
  text-decoration: none;
  border-radius: 4px;
  display: block;
}

#tswcssbuttons li a:hover {
  color: black;
  background-color: #CD853F;
}

#xxx {
  background-color: silver !important;
}

#tswcontproper {
  background-color: #D3D3D3;
}

#tswsideproper {
  background-color: silver;
}

#xxxx {
  background-color: #D3D3D3;
}

