.morphLang {
  position: absolute;
  top:      20px;
  left:     20px;
  overflow: scroll;
  width:    0px;
  height:   0px;
  background-color: #000;
  color: #fff;
}
.morphLang2 {
  position: absolute;
  top:      20px;
  left:     20px;
  overflow: scroll;
  width:    1000px;
  height:   500px;
  background-color: #fff;
  color: #000;
}
div.reset {
  position: absolute;
  right: 50px;
  bottom: 5px;
  font-size: 10px;
}

a#lang:link        { color:#000; text-decoration:underline; background-color: #fff;}
a#lang:visited  { color:#000; text-decoration:underline; background-color: #fff;}
a#lang:focus      { color:#000; text-decoration:underline; background-color: #fff;}
a#lang:hover      { color:#000; text-decoration:underline; background-color: #fff;}
a#lang:active    { color:#000; text-decoration:underline; background-color: #fff;}