/* CSS Document */

body {
		background-color:#EBEBEB;
		color:#990000
	 }
	 
div.tweets  {
		background-color:#ffffff;
		width: 600px;
		he/ight: 70px;
		text-align:left;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 5px;

	}
	
	
hr.interstitial {
		text-align: center;
		width: 620px;
		border: 1;
		color:#CCCCCC;
		background-color:#CCCCCC;
}	
	
div.tweetdiv {
		wid/th: 650px;
		pad/ding-left: 5px;
		pad/ding-top: 10px;
		pad/ding-bottom: 5px;
		pad/ding-right: 5px;
		bord/er-width:medium; 
		bor/der-color:#CCCCCC;
		bo/rder-style:dotted;
		display:none;
		
}
	
table { 
		background-color:#ffffff;
		width: 600px; 
		border-color:#999999; 
		border-width:thin;
	    
	  }

table.tweet {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

font.dateclass {
			font-size:small;
			color:#999999;
			}

font.retweetclass {
			font-size:small;
			color: #9999FF;
			}


a    {
	font-weight : bold;
	text-decoration: none;
}

