#article_list {
	margin: 0 30px 0 15px;
	list-style: none;
}
#article_list li {
	border-bottom: solid 1px black;
	padding: 10px 0 10px 0;
}
#article_list li.last {
	border-bottom: solid 2px white; 
}
#article_list .article_title {
	font-weight: bold;
}
#article_list .article_author {
	font-style: italic;
}
#article_list .article_file {
	text-align: right;
}
#article_list .article_file a {
	color: #50F;
	text-decoration: none;
}
