﻿
#listing div {
	margin : 0px 10px;
}

#listing .post {
	border-bottom : none;
}

#listing h3 {
	font-family : Verdana;
	background-color :transparent;
	padding : 2px;
	/* border-top : 1px solid #666;	 */
	/* border-bottom : 1px dashed #666;	 */
	padding-left : 10px;	
	text-align: left;
}

#listing h3 a {
	font-size : 16px;
	font-weight:bold;
	color : #333;
	text-decoration : none;
}

#listing h3 {
	font-family : Georgia;
	font-size : 16px;
}

#listing .post {
	border-bottom : 1px solid #003466;
}

#listing .postfoot {
	font-size : 12px;
	text-align: left;
}

.bold_menu {
	font-size : 16px;
	font-weight:bold;
	color : #F40403;
	text-decoration : none;
}

