body {
  font-family: verdana, arial;
  font-size: 12px;
  margin: 20px;
  padding: 20px;
}

th {
  background-color: #ddd;
}

td {
  vertical-align: top;
}

td {
  font-size: 12px;
  text-decoration: italic;
}

.tab {
  border: 1px;
  border-color: #000;
  border-style: solid;
  z-index: 1;
  margin-right: 10px;
  background-color: #ccc;
  padding: 3px;
}

.tabselected {
  background-color: #fff;
  border-bottom-color: #fff;
  font-weight: bold;
}

.tab a {
  text-decoration: none;
  text-color: #fff;
  color: #000;
  font-weight: bold;
}

.tabgroup {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px;
  border-style: solid;
  padding: 3px 0px;
}

.content {
  border: 1px;
  border-top: 0px;
  border-color: #000;
  border-style: solid;
  z-index: 0;
  min-height: 400px;
  padding: 20px;
}

