/* -*- mode: css;-*--------------------------------------------------------------
 * (C)2002-2004 L.C. (Laurentiu Badea) http://www.wotevah.com/
 */

body {
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  background-color: black;
}

body, td, input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #80c5ff;
}

table {
  empty-cells: show;
}

pre {
  font-size: medium;
}

.Menu {
  position: absolute;
  position: fixed;
  padding: 0;
  margin: 0;
  border: 0;
  top: 2px;
  left: 2px;
  height: 100%;
  font: menu;
  width: 9em;
}

.Content { 
  position: absolute;
  font: menu;
  left: 10em; // needs font setting above to sync with menu frame size
  right: 0px;
}

.Text {
  font-family: Times, serif;
  font-size: small;
}

hr {
  // disable HR
  border: 0px;
  color: black;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #0effff;
}

a:hover {
  text-decoration: none;
  background-color: #034444;
  color: #12ffff;
  outline: thin solid #0effff;
}
