A{
 text-decoration: none;
}
A:hover{
 color: #000070;
 text-decoration: underline;
}
A:link{
 color: blue;
}
A:visited{
 color: #000080;
}

div.thread{
 background: #efefef;
 border: 1px solid black;
 padding: 2px;
}

div.regist{
 float: none;
 background: #e0e0e0;
 width: 600px;
 border: 1px solid black;
 padding: 2px;
}

div.PageChangeButtons{
 background: #d0d0d0;
 width: 600px;
 border: 1px solid black;
 padding: 2px;
}
div.HeadLine{
 background: #c0c0c0;
 border: 1px solid black;
 padding: 2px;
}

.TitleBand{
 width: 600px;
 height: 60px;
}
.Title{
 float: left;
 font:2em bold;
 color:#208060;
 width: 132px;
}
.AdSense{
 float: right;
}
