body {
  background: #eeeeee;
  font-family: verdana, sansserif;
  margin: 0px; padding: 0px;
  overflow: hidden;
}

img {  border: none; }

ul {
  list-style-image: url("images/bullet.gif");
}

li {
  padding-bottom: 0.3em;
}
.liLink {
  font-family: "andale mono", monospace;
  font-size: larger;
  text-decoration: none;
  color: blue;
}

.button {
  cursor: hand;
  border: outset 1px;
}

#kovPatch {
  letter-spacing: 0.8em;
  font-style: italic;
  font-size: larger;
  padding: 0.7em;
  padding-left: 0px;
  padding-bottom:0.2em;
  font-family: "Andale Mono", andale, monospace;
}

#msgPane {
  background: black;
  font-family: "Andale Mono", monospace, sansserif;
  color: #eeeeee;
  padding-top: 0.15em; 
  padding-bottom: 0.15em;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

#contentPane {
  
  background: transparent;
}

#IN {
  border: solid green 1px; vertical-align: middle;
  padding-left: 2px; padding-right: 2px;
}
#copyPane {
  color: #cccccc;
  font-size: smaller;  
  vertical-align: bottom;
  text-align: right;
  padding: 0;
}
a.cNode {
  font-family: monospace;
  text-decoration: none;           
}
a.cNode:visited {
  color: blue;
}
a.cNode:hover {
  color: red; 
}
