table.article {
	border: 1px solid #AAAAAA;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0px 0px 12px 0px;
	padding: 3px 5px;
}
table.article th.title {
	background-color: #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
table.article th.category {
	background-color: #DDDDDD;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}
table.article th.author {
	background-color: #EEEEEE;
	text-align: left;
}
table.article td {
	padding: 8px 5px 0px 5px;
}
table.article td.link {
	color: #0000AA;
	padding: 1px 5px 4px 5px;
}
