body {
  color: black;
  background-color: #cff;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 1em;
}

a {
  color: blue;
  text-decoration: underline;
  padding: 2px;
}
a:visited { color: #009; }
a:hover {
  color: white;
  background-color: #00f;
}

img { border: 0px; }

h3 { text-align: center; }

span.sg {
  text-decoration: underline;
}

span.tm {
  vertical-align: super;
  font-size: smaller;
}

table.pagelayout {
  width: 100%;
  height: auto;
}

table.pagelayout td {
  vertical-align: top;
  padding: 0.5em;
}

table.pagelayout td.menu {
  color: white;
  background-color: #00f;
  white-space: nowrap;
  line-height: 150%;
  padding-top: 1.5em;
  padding-bottom: 2em;
  width: 10em;
}

table.pagelayout td.menu a {
  color: white;
}

table.pagelayout td.menu a:hover {
  background-color: #69f;
}

table.pagelayout td.contents {
}

div.header1 {
  background-color: #00f;
  height: 0.4em;
}

div.header2 {
  height: 0.2em;
}

div.title {
  color: #cff;
  background-color: #00f;
  margin: 0px;
  padding: 1em;
}

div.title h1, 
div.title h2 {
  text-align: center;
  color: #cff;
  background-color: #69f;
  margin: 0px;
  padding: 0.5em;
  border: solid #cff 2px;
}

div.title h1 {
  font-style: italic;
  text-decoration: underline;
}

