/* Content & other unsorted stuff */
img, body{
  margin:0px;
  padding:0px
}
html{
  width:100%;
  height:100%;
}
#Body{
  height:100%;
  position:relative;
  margin:0 auto;
  font: 10pt Arial;
  padding-bottom: 67px;
}
html > body{
  height:auto;
  min-height:100%;
}
h2 {
  padding: 6px;
  color: white;
  background-color: #99F;
}
h2#A {
  margin-top: 10px;
  cursor: pointer;
}
div.h3 {
  font: 24pt 'Times New Roman';
  margin-left: 30px;
  color: white;
}
div#Answer {
  display: none;
}
a#HelpButton {
  position: absolute;
  top: 20px;
  right: 20px;
}
div#HelpDialog {
  display: none;
}
textarea {
  display: block;
  width: 200px;
  height: 100px;
}
.Greek {
  font-family: Bwgrki;
}
