body{
  font-family:Verdana;
  font-size:1.0em;
  padding: 5px;	
}

#tweet ul{
	margin:0px;
	padding:10px;	
}

#tweet ul li{
margin-bottom:5px;	
}

.content
{
  font-family:Verdana;
  font-size:0.85em;
  padding: 5px;
}

td.content a:link, td.content a:visited, td.content a:active{
	color: #009;
	text-decoration:none;
}

td.content a:hover{
	color: #009;
	text-decoration:underline;	
}

.title	{
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:medium;
  font-weight:bold;
}

.top_left
{
  background-image: url('../images/tl.gif');
  width: 6px;
  height: 25px
}

.top
{
  background-image: url('../images/t.gif');
  height: 25px;
}

.top_right
{
  background-image: url('../images/tr.gif');
  width: 6px;
  height: 25px;
}

.left
{
  background-image: url('../images/l.gif');
  width: 6px;
}

.right
{
  background-image: url('../images/r.gif');
  width: 6px;
}

.bottom_left
{
  background-image: url('../images/bl.gif');
  width: 6px;
  height: 6px;
}

.bottom
{
  background-image: url('../images/b.gif');
  height: 6px;
}

.bottom_right
{
  background-image: url('../images/br.gif');
  width: 6px;
  height: 6px;
}