body {
  margin: 1em 1em 1em 1em;
  background: #ffffff;
  background-image: url("/images/ks.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #000000;
  font-family: helvetica,arial,sans-serif;
}

#leftbar {
  position: absolute;
  width: 10em;
  background: #000055;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  color: #ffffff;
  border-style: outset;
  border-width: thin thick medium thin;
  top: 85px;
}

#content {
  padding-top: 1em;
  padding-left: 1em;
  position: absolute;
  width: auto;
  left: 13em;
  top: 75px;
  padding-right: 1em;
}

a.leftbig:link,a.leftbig:visited,a.leftbig:active {
  color: #fcfcfc;
  font-weight: bolder;
  background-color: inherit;
  font-size: larger;
  clear: both;
}

a.left:link,a.left:visited,a.left:active {
  color: #fcfcfc;
  background-color: inherit;
  font-size: larger;
  clear: both;
}

div.center {
  text-align: center;
  clear: both;
  font-size: larger;
}

input#leftanchor {
  width: 9em;
}

p.padded {
  padding-left: 1em;
}

span.indent {
  padding-left: 1em;
  float: left;
  clear: both;
}

div dl {
  padding-top: 1em;
}

table#comparison {
  border: 1px solid black;
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  border-spacing: 0;
  text-align: right;
}

table#comparison td,table#comparison tr,table#comparison th {
  border: 1px solid black;
  border-style: solid;
}

.first {
  width: 20%;
  text-align: left;
}

table#comparison th {
  text-align: center;
}




