@import "../../CSS/style.css";

body{
  line-height:150%;
  background:#f5fff5;
  scrollbar-base-color:#e4eee4;
}

.comment_title{
  background:#fff5f5;
  color:#de5656;
  margin:0 auto;
  margin-bottom:30px;
  padding:15px;
  padding-bottom:10px;
  font-size:large;
  font-weight:bold;
  border-bottom:dotted 1px;
  text-align:center;
}

.comment_talk{
  background:#f5fff5;
  color:#119911;
  margin:0 auto;
  padding:15px;
  padding-top:30px;
  padding-bottom:20px;
  line-height:150%;
  font-size:medium;
  text-align:left;
}

.comment_name{
  font-weight:bold;
}

.comment_footer{
  background:#fff5f5;
  color:#de5656;
  margin:0 auto;
  margin-top:30px;
  padding:5px;
  padding-left:10px;
  border-top:dotted 1px;
  line-height:150%;
  font-size:medium;
  text-align:center;
}
.comment_footer a:visited{
  background:#fff5f5;
  color:#de5656;
}
.comment_footer a:link{
  background:#fff5f5;
  color:#de5656;
}
.comment_footer a:active{
  background:#fff5f5;
  color:#de5656;
}
.comment_footer a:hover{
  background:#de5656;
  color:#fff5f5;
}
