* {
  margin: 0;
  padding: 0;
}


p.backto {
  margin: 0 0 30px 10px;
  text-align: left;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: dotline;
}

ul {
  list-style: none;
}

body#tab_sample h1 {
  margin-bottom: 2em;
  font-size: 200%;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
}

body#tab_sample div#javascript_tab_sample {
  margin: 20px auto 0 auto;
  width: 400px;
  text-align: left;
}

div#javascript_tab_sample ul#tab {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  float: left;
  width: 100%;
}

div#javascript_tab_sample ul#tab li {
  margin: 0 0 0 1em;
  padding: 0.2em 0;
  text-align: center;
  border: 1px solid #969696;
  border-bottom: none;
  float: left;
  width: 140px;
}

div#javascript_tab_sample ul#tab li.selected {
  background-color: red;
}

div#javascript_tab_sample ul#tab li.selected a {
  color: #fff;
  font-weight: bold;
}

div#javascript_tab_sample dl {
  margin: 0;
  padding: 1em;
  color: #666666;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  clear: both;
}

div#javascript_tab_sample dl dt {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #fff;
}



div#javascript_tab_sample dl dd p {
  margin-bottom: 1em;
}
