body {
  margin: 0px;	
  padding: 0px;
  background-color: #99cc66;
}

span { 
  font-family: Verdana,Arial,sans-serif;
  font-weight: bold;
  color: red;
}

img { 
  float: right:
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-width: 0px;
}

table.timetable {
  text-align: left;
}

table.spectable {
  text-indent: 1em;
  border: solid 2px gray;
  border-collapse: collapse;
}

table.spectable th {
  border-bottom: solid 2px gray;
  border-right: dashed 1px gray;
}

table.spectable td {
  border-bottom: solid 1px green;
  border-right: dashed 1px gray;
}

div.title {
  float: left;
  width: 160px;
  height: 160px;
  background-color: #66bb66;
}

div.intro {
  height: 170px;
  color: #990033;
  margin-right 10px;
  background-color: #66bb66;
}

div.navi {
  clear: both;
  padding: 0.1em;
  background-color: #ffcc00;
}

div.menu {
  float: left;
  width: 20%;
  margin-right: 0.3em;
}

div.main {
  margin-left: 20%;
  padding: 0.5em 1em;
  border-left: dashed 1px green;
  background-color: #ffffcc;
}

div.main h3 {
  font-family: Verdana,Arial,sans-serif;
  margin: 0px;
  line-height: 2.5;
}

div.main h4 {
  font-family: Verdana,Arial,sans-serif;
  font-style: bold;
}

div.main p {
  line-height: 1.2;
  text-indent: 1em;
}

div.main p.title {
  font-family: Verdana,Arial,sans-serif;
  font-size: 120%;
  text-indent: 0em;
  font-weight: bold;
  border-style: solid;
  border-color: #330099;
  border-width: 0px 0px 2px 1em;
  color: #990000;
}

div.main p.talk {
  text-indent: 0em;
}

div.main p.source {
  font-style: italic;
  text-indent: 0em;
  white-space: pre;
}

div.main p.image {
  text-indent: 0em;
}

div.main p.blockquote {
  text-indent: 0em;
  font-size: 80%;
  font-style: italic;
}

div.main p.link { 
  text-indent: 0em;
}

div.footer {
  clear: both;
  background-color: #003300;
  color: white;
  padding: 3px;
}

div.footer p.returnlink {
  text-align: center;
  margin: 0px 0px 0.5em 0px;
}

div.footer p.returnlink a {
  color: white;
}

div.footer p.copyright {
  margin: 0px;
  font-size: 80%;
  font-family: Verdana,Arial,sans-serif;
  text-align: right;
}

ul { 
  text-indent: -1em;
}

li {
  text-indent: 0em;
}
