body {
  behavior:url("/IEmem.htc");
  color:#65e100;
  background-color:#000000;
  font-family:Courier New;
  font-size:16px;
  text-align:center;
  margin:0px;
}
#page {
  text-align:center;
  margin:50px;
  border:2px solid #65e100;
  background-color:#181818;
}
a {
  text-decoration:underline;
}
a:link, a:visited {
  color:#65e100;
}
a:link:hover, a:visited:hover {
  color:white;
}
#header, #footer {
  padding:0px 20px;
  margin:0px;
}
#header {
  text-align:center;
  font-size:36px;
  font-weight:bold;
}
#menu {
  width:100px;
  float:left;
  margin:40px 0px 0px 5px;
}
* html #menu {
  width:60px;
}
#menu .button div, #menu .pressed {
  display:block;
  margin:10px;
}
#section {
  padding:5px 20px;
  border:2px solid #65e100;
  overflow:auto;
  text-align:left;
  background-color:#262626;
  margin:5px 120px 5px 0px;
  min-height:500px;
}
* html #section {
  margin:5px 50px 5px 120px;
}
#section-body, #section table {
  color:#ffffff;
}
#submenu {
  text-align:center;
  height:60px;
  margin:10px auto 10px 30px;
}
* html #submenu {
  height:65px;
  margin:10px auto 10px 53px;
}
#submenu .pressed, #submenu .button div {
  display:inline;
  margin:5px;
  text-align:center;
  padding:0px 2px;
  white-space:nowrap;
  line-height:30px;
}
*html #submenu .pressed, *html #submenu .button div {
  line-height:16px;
}
#submenu .pressed, #submenu .button:hover div {
}
.pressed, .button div {
  width:65px;
  text-align:center;
  padding:0px 2px;
  white-space:nowrap;
  font-size:11px;
  background-color:#000000;
}
* html .pressed, * html .button div {
  width:75px;
}
.button {
  text-decoration:none;
}
.button div {
  border:2px solid #65e100;
}
.pressed, .button:hover div {
  border:2px solid white;
  background-color:#262626;
}
#faq p.toc {
  margin:5px 0px 4px 25px;
  text-indent:-25px;
}
.table {
  margin:0px;
}
th {
  padding-right:1em;
  text-align:right;
}
p {
  margin:0.5em 0;
}
h1, h2, h3 {
  margin:1em 0 0.25em 0;
  border-bottom:1px solid #ffffff;
  padding-bottom:2px;
}
strong {
  font-size:22px;
  font-weight:bold;
}
li {
  margin-left:20px;
}
li img {
  vertical-align:middle;
}
a img {
  border:none;
  margin:1px;
  padding:4px;
}
a img:hover {
  border:1px solid #65e100;
  margin:0px;
}
#section a img {
  padding:0;
}
#footer {
  margin:auto;
  margin-top:10px;
  clear:both;
}
.icon,.icon:hover {
  margin:1px;
  margin-bottom:-10px;
  border:none;
}
.print {
  display:none;
}
