body {
  background-color: #ffffff;
  color: #1c4563;
}

a:link {
  color: #006699;
}

a:visited {
  color: #3399cc;
}

a:active {
  color: #ff0000;
}

a:hover {
  color: #ff0000;
}

h1.title {
  text-align: center;
  color: #85a3c2;
  margin-top: 0;
}

img {
  border-style: none;
}

table {
  border: solid 2px #b4d0dc;
}

th {
  border: solid 2px #b4d0dc;
  text-align: center;
  font-weight: bold;
}

td {
  border: solid 2px #b4d0dc;
  text-align: left;
  font-weight: normal;
}

div.centered {
  text-align: center;
}

div.centered table {
  margin-left: auto;
  margin-right:auto;
  text-align: left;
}



/*  Navigation menu  */
table.menus {
  border-style: none;
  /*border: solid 2px #ff0000;*/
  width: 100%;
  margin: 0 0 0 0;
}

table.menus td {
  border-style: none;
  /*border: solid 2px #ff0000;*/
  text-align: left;
  vertical-align: top;
  margin: 0 0 0 0;
}

table.menus td.body {
  width: 100%;
  padding-left: 0.5em;
}

table.menubox {
  /*  blue greenish:   #ecf8ff  #b4d0dc  */
  /*  blue purplish:   #eff7ff  #c2d1e0  */
  /*  purplish:        #ffebff           */
  /*  greenish:        #f1ffcc           */
  background-color: #ecf8ff;
  border: solid 2px #b4d0dc;
  font-family: sans-serif;
  font-size: smaller;
  margin-bottom: 0.75em;
  width: 100%;
}

table.menubox td {
  border-style: none;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
