/* Elements */

A
{
  color: yellow;
  text-decoration: none; 
}

BLOCKQUOTE
{
  font-style: italic;
}

BODY
{
  // nobackground: #33537c;
  color: silver;
  margin: 0px;
  margin-top: 0;
  margin-left: 0;
  font-family: sans-serif; 
}

TABLE.menu
{
  background: #33537c;
  text-align: center; 
}

TABLE.navigation A
{
  text-decoration: none; 
}

TD.navigation
{
  text-align: left;
  font-weight: bold; 
}

TR.menu
{
  line-height: 2li; 
}



/* Classes */

.caption
{
  color: white; 
  font-size: small;
  font-style: italic;
  text-align: center; 
}

.contentMain
{
  background: #fffbf0;
  color: black;
}

.contentMain A
{
  color: blue;
  // text-decoration: underline;
}

.contentTitle
{
  background: black;
  color: white;
}

.footer
{
  color: white;
  font-style: italic;
  text-align: center; 
}

.menu
{
  font-size: 200%; 
}

.navigation
{
  background: black;
  color: white;
  border: inset;
  border-color: silver;
  border-width: 2px; 
}

.section
{
  font-weight: bold; 
  color: cyan;
}

.spacer
{
  height: 1li;
}

.title
{
  background: black;
  color: white;
  font-style: italic;
  text-align: center; 
}

