BODY
{
  font-family:"Arial";
  color: black;
  background-color: #003399;
  text-align: center;
  size="small";
}

.main A:link
{
  text-decoration:none;
  color:#039
}

.main A:visited
{
  text-decoration:none;
  color:#039
}

.main A:active
{
  text-decoration:none;
  color:#039
}

.main A:hover
{
  text-decoration:none;
  color:#093
}


.special A:link
{
  text-decoration:none;
  color:#FFF
}

.special A:visited
{
  text-decoration:none;
  color:#FFF
}

.special A:active
{
  text-decoration:none;
  color:#FFF
}

.special A:hover
{
  text-decoration:underline overline;
  color:#FFF
}

#list
{color:white; margin-left:15 px}

#content
{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #CCF;
}

#header
{
  border: white 2px solid;
  text-align: center;
}

#Menu A:hover
{
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px;
  margin: 2px;
  border-style: solid;
  border-widtn: 2px;
  border-color: #000;
  background-color: #CCF;
}

#Menu A
{
   display: block;
  text-decoration: none;
  color: #FFF;
  padding: 5px;
  margin: 2px;
  border-style: solid;
  border-widtn: 2px;
  border-color: #039;
  background-color: #039;
}

table#MenuContent
{
  margin-left: 0px;
  margin-right: 0px;
}

td#MenuLeftMargin
{
  width:0px;
}

td#Menu
{
  width:20%;
  text-align: left;
  vertical-align: top;
}

td#MenuRightMargin
{
  width:0px;
}

td#ContentLeftMargin
{
  width:1%;
}

td#Content
{
  width:78%;
  text-align: left;
}

td#ContentRightMargin
{
  width:1%;
}