
body
{
  background-color: #ffffff;
  background-image: url("background.png");
  background-repeat: repeat;
  color: #000000;
}

p
{
  background-color: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 100%;
  font-style: normal;
  text-align: left;
  margin: 0px auto;
  vertical-align: middle;
}

p.header
{
  margin-bottom: 5px;
  width: 700px;
}

p.h2footer
{
  background-color: #ffffff;
  color: #666666;
  font-size: 80%;
  margin-bottom: 5px;
  width: 300px;
}

p.nodetext
{
  margin-bottom: 5px;
  width: 350px;
}

h1
{
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}

h2
{
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

div
{
  background-color: #ffffff;
  color: #000000;
  border: 0px;
  font-family: sans-serif;
  font-size: 100%;
  font-style: normal;
  margin: 0px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 100%;

}

div.whole
{
  background-color: transparent;
  width: 800px;
  margin: 0px auto;
}

img
{
  border: 5px #666666 outset;
  margin: 0px;
  height: 200px;
  width: 200px;
}

img.left
{
  float: left;
}

img.right
{
  float: right;
}
