/** Style the tweets */
#twitters {
  border: 0px dotted #FFF;
  padding: 0px;
  overflow:hidden;
}

#twitters UL {
  list-style: none;
  padding: 0;
  margin-top:0
}

#twitters LI {
  padding: 3px;
  background: none;
  overflow:hidden;
  width:495px;
}

#twitters SPAN.prefix {  }

#twitters SPAN.time {
  font-style: italic;
  color:#990066
}

#twitters SPAN.status {
  color:#990066
}

.twimg { margin-left:0px; margin-right:15px; margin-top:0px; margin-bottom:10px; float:left }

.remorina { color:#990066; float:right; width:460px; }
.remorina a { text-decoration:none }
.remorina a:link { color:#990066; border-bottom:1px dotted #990066 }
.remorina a:visited { color:#990066; border-bottom:1px dotted #990066 }
.remorina a:hover { color: #990066; border-bottom:1px solid #990066 }

.toggletwitter img { border:1px dotted #FFF; clear:both }			
.toggletwitter:hover img { border:1px solid #990066; clear:both }


