body {
  //background: #013C38; /* Dark Pine Green */
  //color: #aaa;
  background: #081648;
  color: #e0e0e0;
}

ul {
  padding-left: 0;
}

li {
  list-style-type: none;
}

.story {
  display: none;
}

.current {
  display: block;
  padding-right: 0;
}

.edstory {
  font-size: x-small;
  width: 20px;
  height: 25px;
}

.edstory a {
  color: gold;
  text-decoration: none;
}

.delstory {
  color: red;
  font-size: x-small;
  width: 20px;
  height: 25px;
}

.delstory a {
  color: red;
  text-decoration: none;
}

.filter {
  text-align: center;
}

.linkurl a {
  color: #ACE1AF; /* Celadon */
  text-decoration: none;
}

.linkform {
  margin-bottom: 25px;
}

.linkform li {
  margin-bottom: 5px;
}

.navurl a {
  color: yellow;
  text-decoration: none;
}

.searchurl {
  padding-left: 7px;
}

.searchlink {
  color: #ACE1AF; /* Celadon */
  text-decoration: none;
}

tr.alt td {
  background-color: #ecf6fc;
}

tr.myDragClass td {
  color: yellow;
  background-color: black;
}
