html { 
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: center;

/*  border: solid 0.1in black */ /* rgb(171,242,181); */ 
}

body { 
  margin: 0in 0.1in 0in 0.1in;
  text-align: center;
  background-color: #EDEDED;
}

table.main {
  background: url('/images/bg.png') white no-repeat fixed center center; 
  margin-left:auto; 
  margin-right: auto;
  border: solid 0.1in black;
  width: 800px;
}

td.main_left {
  height: 600px;
  width: 180px;
  padding-left: 10px;
}

td.main_right {
  width: 220px;
}

td.main_center {
  width: 400px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0px;
}

p {
  text-align: justify;
  font-size: 10pt;
}

A {
  text-decoration: none;
}

A:visited {
/*  color: darkblue;
    color: #666666;
    color: #CC0000; */
/*  color: #666600; */
  color: #660000;
}

A:link {
/*  color: darkblue;
    color: #CC0000; */
/*  color: #666600; */
/*  rgb(0, 90, 156); */
    color: #660000;
}

A:hover {
  color: black;
  text-decoration: underline;
}

.menu, .submenu {
  font-family: sans-serif;
  text-align: justify;
}

.menu, .menuright {
  white-space: nowrap;
  padding-top: .1in;
}

.menu {
  font-size: x-small; 
}

.menuright {
  font-size: xx-small; 
  text-align: right;
}

.submenu {
  border-top: 1px solid #52547a;
}

.submenu div {
  text-align: left; 
  font-size: xx-small;
}

.mantra {
  font-style: italic;
}

.organization {
  font-weight: normal;
  font-style: italic;
}

.author {
  font-weight: normal;
}

.toc-subentry {
  margin-top: 0em;
  margin-bottom: 0em;
}

.toc-entry {
  margin-top: 1em;
  font-weight: bold;
}

textarea, input {
  background-color: transparent; 
  border: solid black 1px;
  font-size: small;
  font-family: courier;
}

input[type=submit]:hover {
  background-color: black;
  color: white;
}

div.rant h2 {
  font: 10pt courier;
  background: rgb(247,246,190); 
  color: black; 
  text-transform: lowercase;
}

address {
  white-space: nowrap;
}

