body{
 color: #000;
 background-color: #E7DECD;
}

a:link{
  color: #900;
}
a:visited{
 color: #333;
}

a:active,
a:hover{
  color: #F00;
}

a.copy:link,
a.copy:visited,
a.copy:active
{
  color:white;
  text-decoration:none
}
a.copy:hover{
  color:yellow
}

#Layer1{
 position: absolute;
 left: 232px;
 top: 107px;
 width: 532px;
}

#Layer2{
 position: absolute;
 left: 18px;
 top: 99px; 
}

#Layer3{
 position: absolute;
 left: 20px;
 top: 20px;
 width: 745px;
 height: 56px;
}

table.navigation{
  text-align: center;
  border: 0px;
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
}

table.navigation td.notselected{
  background-color: #000;
}
table.navigation td.selected{
  background-color: #333;
}

table.navigation a:link,
table.navigation a:visited
{
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
