*{
	margin: 0;
	padding: 0;
}
body{
	margin: 5px;
}
p{
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 10px;
	background: url(img/list_info.jpg) left 3px no-repeat;
	padding: 0 0 10px 14px;
	border-bottom: 1px dashed #888;
}
a:link,a:visited{
	text-decoration: none;
	color: #00f;
}
a:hover,a:active{
	text-decoration: underline;
	color: #f00;
}