body {
/*   background-image:url(images/bg_metal3.jpg); */
/*   background-repeat: no-repeat; */
/*   background-attachment: scroll; */
   margin-top: 0%;
   margin-bottom: 12%;
   background-color: #898A75;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.menulink {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   text-decoration: none;
   color: #CC3300
}
.menulink:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #993300;
   text-decoration: none
}
.menulink:hover {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #FF3300;
   text-decoration: underline
}
a:link {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #CC3300
}
a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #993300;
   text-decoration: none
}
a:hover {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #FF3300;
   text-decoration: underline
}
H1 {
   font-family: "Courier new", Courier, monospace;
       font-size: 300%;
       font-weight: bolder;
       margin-bottom: 0.1em;
       letter-spacing: 0.4em
}
H2 {
   font-family: "Courier new", Courier, monospace;
       font-size: 200%;
       font-weight: bolder;
       margin-top: 1em;
       margin-bottom: -0.6em
}
H3 {
   font-family: "Courier new", Courier, monospace;
       font-size: 150%;
       font-weight: bolder;
       margin-top: 1em;
       margin-bottom: -0.8em
}
H4 {
   font-family: "Courier new", Courier, monospace;
       font-size: 120%;
       font-weight: bold;
       margin-top: -0.5em;
       margin-bottom: -1.2em
}
p {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box {
   border: none;
   width: 50%;
   background: #ffffff;
   padding: 1em;
   margin-left: 3em;
   font-family: monospace;
   font-size: 110%
}
p.indent {
   margin-left: 3em
}
pre {
   font-family: monospace;
}
.footer {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 0.9em;
}