/** Twit **/
.twit {
 background-color: #000000;
 padding: 7px;
}
.twitHeader {
  background-color: #fff;
  margin: 0;
  padding: 7px 7px 0 7px;
}
.twitLabel {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}
.twitTitle {
  font-weight: bold;
}
.twitUser {
  background-color: #ffffff;
  border-bottom: none;
  font-size:160%;
  padding: 7px;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}

.twitUser a:active{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}
.twitUser a:link{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}
.twitUser a:hover{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}

.twitEntry a{
  color:33ccff;
  text-decoration: none;
}

.twitEntry a:active{
  color:#222;
  text-decoration: none;
}
.twitEntry a:link{
  color:#33ccff;
  text-decoration: none;
}
.twitEntry a:hover{
  color:purple;
  text-decoration: none;
}

.twitBody {
  background-color: #ffffff;
  padding: 0 7px 7px 7px;
  margin: 0;
  list-style: none;
}
.twitEntry {
  padding: 6px 8px;
  margin: 0;
  border-bottom: dashed 1px #ccc;
  height: auto !important;
  color:black;
  text-align:left;
}
.twitNavi {
  clear: both;
  text-align: center;
  margin-top: 0;
  padding: 5px;
  background-color: #ffffff;
}
#twitlink
{
background-color: #ffffff;
height:1000px;
}

.datetwit
{
font-size:8pt;
color:grey;
}

