body {
  background-color: #ffb;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  margin: 25px;
  padding: 25px;
}

a {
  color: #05f;
  text-decoration: none;
}

a:visited {
  color: #05f;
}

a:hover {
  color: #fc0; /* was orange */
}

table, tr, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}

.bold {
  font-weight: bold;
}



.title {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  -moz-border-radius: 6px;
  clear: left;
}

.title-small {
  font-weight: bold;
}

.small {
  font-size: 11px;
  line-height: 16px;
}

.bordertop {
  border-top: 1px solid #ddd;
  margin-top: 5px;
}

.grey {
  color: #888;
}

.header {
  padding: 3px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.comment {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left: 40px;
  background: url('../pics/fish-bullet.gif') top left no-repeat;
}



#message {
  margin-bottom: 15px;
  color: red;
  font-weight: bold;
}

#main {
  border: 3px solid #aaa;
  background: #fff;
  padding: 10px;
  -moz-border-radius: 10px;
}




#recent-comments {
  border: 1px solid #ddd;
  width: 200px;
  overflow: hidden;
}

#recent-comments .comment-rofl {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 11px;
}

#recent-comments .comment-author {
  margin-top: 5px;
  color: #999;
}

#recent-comments a {
  color: #000;
  display: block;
  margin-bottom: 5px;
}

#recent-comments a:hover {
  text-decoration: underline;
}

#recent-comments h4 {
  text-align: center;
}

