#listing div {
	margin : 0px 10px;
}

#listing .post {
	border-bottom : none;
}

#listing h3 {
	font-family : Verdana;
	color : white;
       background-color : #558ED5;
	padding : 2px;
	border-top : 1px solid #666;	
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
}

#listing h3 a {
	color : white;
	text-decoration : none;
}

#listing h3 {
	font-family : Verdana;
	font-size : 10px;
        color : white;
}

#listing h4 {
	font-family : Verdana;
	color : white;
        background-color : #558ED5;
	padding : 2px;
	border-top : 1px solid #666;	
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
}

#listing h4 a {
	color : #000000;
	text-decoration : none;
}

#listing h4 {
	font-family : Verdana;
	font-size : 10px;
        color : #000000;
}

#listing .post {
	border-bottom : 1px solid #558ED5;
}

#listing .postfoot {
	font-size : 10px;
       font-style:italic;
	text-align: left;
}

