#mainbody .hilight {
  color: #000000;
  background-color: #e0e0e0;
  font-family: sans-serif;
}

#mainbody img {
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 10px 10px;
  border-style: none;
}

#mainbody ul li {
  list-style-type: none;
}

#mainbody ul li:hover {
  list-style-type: circle;
}

#mainbody ul.selectable {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#mainbody .selectable li {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}

#mainbody .selectable a {
  display: block;
  color: #003030;
  background-color: #ccc;
  text-secoration: none;
}

#mainbody .selectable a:hover {
  color: #00ffff;
  background-color: #5555ee;
}
