body {
  color: black;
  background: white;

  font-family: verdana,helvetica,sans-serif;
  text-align: left;

  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 50px;
  margin-right: 50px;
}

h1 {
  font-size: 166%;
  margin-left: -25px;
}

h2 {
  font-size: 133%;
}

h3 {
  font-size: 120%;
}
h4,h5,h6 {
  font-size: 100%;
}

em {
  font-style: italic;
}

p.smallcaps {
  font-variant: small-caps;
}

strong.red {
  color: red;
}

li p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

pre.box {
  background-color: #FFFFCC;
  border: solid;
  border-width: thin;

  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

div.breadcrumbs {
  margin-left: -50px;
  margin-right: -50px;

  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;

  background: #6633FF;
  color: #FFFFFF;
  font-size: 66%;
}

div.breadcrumbs a {
  color: #FFFFFF;
}

div.breadcrumbs a:hover {
  color: #000000;
}

div.footer {
  text-align: center;
  font-size: 66%;
  font-style: italic;  
}

div.picture {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: solid;
  border-width: thin;
  text-align: center;
}

div.picture img {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
}

div.picture p {
  font-size: 50%;
}

div.box {
  border: solid;
  border-width: thin;

  margin-bottom: 0.5em;

  margin-left: -0.5em;
  margin-right: -0.5em;

  padding-left: 0.5em;
  padding-right: 0.5em;

  padding-top: 0em;
  padding-bottom: 0.5em;
}

/* Leave h4,h5,h6 as standard headers in the box. h1,h2,h3 are the main
 * header for the box and should probably only be used as the first element.
 * There is a neater way of specifying this using the first pseudo-class,
 * but I couldn't get that to work.
 */
div.box h1,
div.box h2,
div.box h3 {
  background: #CCCCFF;

  margin-left: -0.4em;
  padding-left: 0.4em;
  margin-right: -0.4em;
  padding-right: 0.4em;

  margin-top: 0em;
  padding-top: 0.1em;
}


img.w3c {
  border: 0;
  width: 88px;
  height: 31px;
}

table.box {
  border: solid;
  border-width: thin;
}

tr {
  vertical-align: top;
}

tr.head {
  color: #FFFFFF;
  background-color: #666666;
}

tr.odd {
  background-color: #CCCCCC;
}

tr.even {
  background-color: #999999;
}

/* THE END *********/