﻿body
{
  text-align: center;
  background: black;
  color: #777777;
}

a, a:visited, a:link, a:active
{
  color: #404080;
}

h1, h2
{
  color: White;
}

h3
{
  color: #999999;
}

div.main
{
  margin: 0 auto 0 auto;
  width: 760px;
  border: 1px solid white;
}


div.title
{
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}


div.content
{
  text-align: left;
  margin: 20px 20px 20px 20px;
  font-size: larger;
  line-height: 1.2em;
}

div.content p
{
  /* text-indent: 2em; */
}

dfn
{
  font-style: normal;
  text-decoration: underline;
}

.center
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.block
{
  display: block;
}

td
{
  padding: 5px 10px 5px 10px;
  text-align: center;
}

td.fcol
{
  text-align: right;
  border-right: 1px solid #999999;
}

.frow
{
  border-bottom: 1px solid #999999;
}

.white
{
  color: White;
}

h4 
{
  font-style: oblique;
  font-weight: normal;
  border-bottom: 1px solid white;
  margin-bottom: 0;
}

pre.codeinput 
{
  font-size: medium;
  line-height: 1em;
}

.large
{
  font-size: x-large;
}