.listcomment {
  clear: both;
  padding: 0;
  margin: 0 auto;
}

.listcomment .comments {
  clear: both;
  background: white;
  color: black;
  border: solid 1px black;
  padding: 0px;
  margin-bottom: 5px;
}

.listcomment .clear {
  clear: both;
}

.listcomment .head {
  border-bottom: solid 1px silver;
  background-color: #eee;
  margin-left: 103px;
  color: gray;
  text-align: left;
  font-size: 0.6em;
}

.listcomment .date {
  float: right;
}

.listcomment .comment {
  padding: 2px 4px;
  margin-left: 103px;
  font-size: 0.8em;
  text-align: left;
}

.listcomment a {
  border: solid 1px black;
  width: 100px;
  height: 75px;
  margin: 3px;
  padding: 0;
  float: left;
}

.listcomment a:hover { border-color: red; }

.listcomment img  { border: none; }

#comments {
  border: solid 1px black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: black;
  background:white; 
  font-family: Tahoma, monospace;
  font-size: 12px;
  width: 500px;
  padding-bottom: 2px;
}

#comments td {
  border: none;
  text-align: left;
}

#comments a:hover {
  background-color: black;
  color: white;
}

#comments div {
  padding: 2px;
}

.menu {
  text-align: right;
}

#comments .head {
  margin-bottom: 0px;
  border-top: solid 1px gray;
  border-bottom: solid 1px silver;
  background: #eee;
  text-align: left;
  font-size: 0.6em;
  color: gray;
}

#comments .date {
  float: right;
}

#comments .comment {
  padding: 2px 4px;
  text-align: left;
  font-size: 0.8em;
}

