html, body {
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-size: 12px;
 line-height: 16px;
 font-family: verdana, arial, san serif;
 color: black;
}


p, td { font-size:11px; line-height: 16px; font-family: verdana, arial, san serif; color: black; }

p.bottom { font-size:11px; line-height: 16px; font-family: verdana, arial, san sarif; color: white; }


img.border {
 border: 1px solid white;
 padding-right: 5px;
 padding-left: 5px;
 padding-bottom: 0px;
}

a:link { color: #7007D8; text-decoration: underline; border-bottom: #7007D8; } 
a:visited { color: #7007D8; text-decoration: underline; border-bottom: #7007D8;}
a:active { color: #7007D8; text-decoration: underline; border-bottom: #7007D8; } 
a:hover {  color: #7007D8;  text-decoration: underline; border-bottom: #7007D8;}


/* Comments
----------------------------------------------- */
#comments {
  margin:0;
  }
#comments h4 {
  margin:0 0 10px;
  border-top:1px dotted #9b9;
  padding-top:.5em;
  font:bold 110%/1.4em Georgia,Serif;
  color:#333;
  }
#comments-block {
  line-height:1.6em;
  }
.comment-poster {
  background:url("http://www.blogblog.com/dots/icon_comment.gif") no-repeat 2px .35em;
  margin:.5em 0 0;
  padding:0 0 0 20px;
  font-weight:bold;
  }
.comment-body {
  margin:0;
  padding:0 0 0 20px;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color:#996;
  }
.comment-timestamp a:link {
  color:#996;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
