#container
{
  width: 100%;
}
#title
{
  position: relative;
  border: 3px solid white;
  padding: 1px;
  text-indent: 10%;
  color: #fff;
  background-color: #800;
  background-position: top center;
  background-image: url(../code/topBackgnd.gif)
  font-size: 115%;
}
#headerBox
{ 
  position: relative;
  width: 99%;
  background: #cccc66;
  font-size: 95%;
  border: 3px solid white;
}
.descTxt
{
  margin: 1em;
  width: 90%;
  background-color: transparent;
}
h2, h3
{
  background: transparent;
  color: #000000;
}
h2.title, h3.title
{
  background: transparent;
  color: #ddeedd;
}
.mlink a
{
  color: #000;
  font-weight: bold;
  font-size: 95%;
  font-size-adjust: 0.55;
  text-decoration: none;
}
.mlink a:link
{
  color: #000;
  text-decoration: underline;
}
.mlink a:visited
{
  color: #399;
  text-decoration: underline;
}
.mlink a:active, .mlink a:hover
{
  color: #a99;
  text-decoration: underline;
  font-size: 110%;
}
#headerBox a, #headerBox a:link
{
  color: #800;
}
#headerBox a:hover
{
  color: #00c;
}

