
a:link { text-decoration: none; color: #FFFF00; }
a:visited { text-decoration: none; color: #90FFFF; }
a:hover { text-decoration: underline; color: #90FFFF; }
a:active { text-decoration: underline; color: #90FFFF; }

# .kursiv { font-variant:small-caps; font-size:120%; font-weight:bold; }
.kursiv { font-style:italic; color: #FFFFFF; }

.MainBody
{
  background-color: #000000;
  color: #FFDFDF;
}

.HeaderTable
{
  position: absolute;
  top: 0px;
  bottom:120px;
  left: 0%;
}

.MainTable
{
  position: absolute;
  top: 118px;
  left: 0%;
}

.Nav
{
  background-color:#000000;
}

.NavSelected
{
  background-color:#505080;
}

