body {
  margin: 10;
  padding: 0;
  font-family: verdana, helvetica, sans-serif; 
  // font-size: 80%;
  line-height: 1.5;
}

h1 {
  height: 1%; /* To provoke MSIE's Haslayout */
  font-size: 1.8em;
  font-weight: normal;
  color: #666;
  margin: 0.5em 0 0 0;
}

h2 {
  font-size:1.4em;
  margin: 1em 0 0 0;
  font-weight: normal;
  color: #666;
  clear: right;
}

h3 {
  font-size:1.2em;
  color: #666;
  margin: 1em 0 0 0;
}

p{
  font-weight: normal;
}

pre {
    clear: both;
    overflow-x: auto; /*for IE, so it doesn't display the vertical scrollbar */
    background-color: #efefef;
    /* width: 800px; for IE, which doesn't obey !important or width:100% on pre */
    padding-bottom: 0 !important;
    padding-bottom: 1.5em; /* for IE which doesn't make room at the bottom of the pre for a horizontal scrollbar */
}


code, samp, kbd, var {
    color: #003366;
}

span.c3 {visibility: hidden}

tr.c2 {background-color: #000099}

span.c1 {color: white; font-size: 150%}
.c1 a:link { text-decoration: none; color: white }
.c1 a:visited { text-decoration: none; color: white }
.c1 a:active { text-decoration: none; color: white }
.c1 a:hover { text-decoration: underline; color: white }

}
</style>
