
body
{
	font-family:Verdana;
	font-size:12px;
}

#ik{} /*ik container*/

#ik .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#ik .twittLI{list-style:none;background:#FFFFFF;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #E7E7E7;padding:3px;clear:both;height:55px;} 

#ik .twittList A{color:#006600;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#ik .juitterAvatar{float:left;border:solid 1px #999999;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#ik .jRM{float:right;clear:both} /*read it on twitter link*/

#ik .extLink{} /*CSS for the external links*/

#ik .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/



