/* 071219 - first fumbling steps at CSS, prompted by the twitter sidebar */

img {border:0}


/* for twitter sidebar include */

#twitter_div {
				width: 12em;
				margin-bottom: 1em;
			  }

#twitter_update_list {  
						list-style: none;
						margin: 1px 0 1px 0;
						padding: 0;
						border-top: 1px dotted;
					 }
#twitter_update_list li {
						  margin 1px 0 1px 0;
						  border-bottom: 1px dotted ;
						}
