table.fxd {
  margin: 0 0 0 1em;
  padding: 0px 0px 0 0px;
  table-layout: fixed
}
body {
  margin: 0 0 0 0em;
  padding: 0px 0px 0 0px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 100%;
  background-color: #000000;
}
#container {
  margin: 0 0 0 0em;
  padding: 0px 0px 0 0px;
  width: 80%;
  height: 80%;
  height: auto;
  position: absolute;
  top: 10%;
  right: 10%;
  background-color: #000000;
  border-color: #64FAFA;
  border-width:4px;
  border-style: solid;
}
em {
  font-style: italic;
}
p {
  line-height: 150%;
}
#siteName h1 {
  border-top: 3px solid #64FAFA;
  border-bottom: 1px solid #64FAFA;
  margin: 0 0 0 0em;
  padding: 0 0 0 0;
  text-align: right;
  font-size: 1.4em;
  color: #64FAFA;
}
#pageName h2 {
  text-align: right;
  font-size: 1.2em;
  font-variant: small-caps;
  letter-spacing: 0.4em;
  color: #64FAFA;
}
#content {
  margin: 0 0 0 0;
  padding: 0 0px 0 0px;
  font-size: 0.8em;
  text-align: center;
  color: #64FAFA;
}
#content img {
  float: center;
  text-align: center;
}
.icons {
  line-height: 9em;
}
.indent {
  text-indent: 2em;
}
.ul {
    text-align: left;
}
#nav {
  position: fixed;
  top: 200px;
  width: 215px;
  color: #64FAFA;
}
a:link {
  color: #64FAFA;
  text-decoration: none;
}
a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#footer {
  padding: 2em 0 0 0;
  font-size: 8pt;
  color: #64FAFA;
  text-align: center;
}

