body {
  line-height: 140%;
  color: black;
  background-color: #ffd;
  margin: 20;
  font-family: Arial, sans-serif;
}


h3 {
  background-color: #eeb;
  border-style: none;
}


pre {
  font-size: small;
}


div.q {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

div.menu {
  font-family: "Times new Roman";
  font-size: 16pt;
  text-align : center;
  line-height: 120%;
}

div.title {
  font-size: 24pt;
  text-align : center;
  line-height: 150%;
}

div.kai {
  text-align : center;
  line-height: 50%;
}

td {
  line-height: 120%;
}

td.t {
  line-height: 120%;
  width: 100;
}

dt {
  font-weight: bold;
}


/* program */

td.pl {
  text-align: center;
  background-color: #fbb;
}

td.iv {
  text-align: center;
  background-color: #bff;
}

td.og {
  text-align: center;
  background-color: #bfb;
}

td.ct {
  text-align: center;
  background-color: #ffa;
}


/* tab */

td.space {
  border-bottom: 1px solid gray;
  padding: 0px 0px;
}

td.active {
  border: 1px solid gray;
  border-bottom: 0px;
  padding: 3px 5px;
  font-size: smaller;
}

td.inactive {
  border: 1px solid gray;
  padding: 3px 5px;
  background-color: #cca;
  font-size: smaller;
}

td.end {
  border-bottom: 1px solid gray;
  padding: 0px 0px;
  width:100%;
}

a.active {
  text-decoration: none;
}

a.active:link {
  color: #000;
}

a.active:visited {
  color: #000;
}

a.active:hover {
  color: #000;
}

a.inactive {
  text-decoration: none;
}

a.inactive:link {
  color: #000;
}

a.inactive:visited {
  color: #000;
}

a.inactive:hover {
  color: #886;
}

/* end of tab */
