body {
  background-color:#C8EAD2;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:middle;
  background-position:center;
  scrollbar-base-color:#3c3c3c;
  scrollbar-3dlight-color:#3c3c3c;
  scrollbar-arrow-color:#3c3c3c;
  scrollbar-darkshadow-color:#3c3c3c;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#3c3c3c;
  scrollbar-shadow-color:#3c3c3c;
  scrollbar-track-color:#3c3c3c;
}

h1,h2,h3,h4,h5,p,li,ol,ul {
  font-family:Arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5 {
  color:#43604B;
}

p {
  font-size:10pt;
  color:#43604B;
  margin-left:20px;
}

li,ol,ul {
  font-size:8pt;
  color:#ffffff;
}

h5 {
  font-size:10pt;
}

h4 {
  font-size:12pt;
}

h3 {
  font-size:16pt;
}

h2 {
  font-size:20pt;
}

h1 {
  font-size:24pt;
}

a:link,a:visited,a:active {
  color:#5B8366;
  text-decoration:none;
}

a:hover {
  color:#ff0000;
  text-decoration:underline;
}

.transparentbox {
  background-color:default;

}

.bambusbox {
  background-image:url(../grafics/all/bambus_2.gif);
  background-repeat:repeat-y;

}