html { height: 100%; }

body {
  height: 100%;
  margin: 0px;
  overflow: hidden;
  font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica
}

a:link, a:visited, a:active {
  color: white;
  text-decoration: none
}

a:hover {
  color: white;
  text-decoration: underline
}

th {
  color: white;
  background-color: #000064
}

#layout {
  height: 100%;
  width: 100%;
  border: 0px solid black;
  border-collapse: collapse;
}

#linkborder {
  border-collapse: collapse;
  border: 1px solid #F1ECC5;
  float: right
}

#linkcell {
  font-size: smaller;
  border: 1px solid #F1ECC5;
  background-color: #6464FF;
  padding: 4 5 4 5
}
