#articles{
	font-family: Verdana;
	font-size: 15px;
	width: 100%;
	float: left;
}

#article{
	font-family: Verdana;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	padding: 5px 10px 0 5px;
	float:left;	
}
	
#articleTitle{
	font-size: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	color: green;
}

#articleTitle a{
	color: green;
}

#articleBody{
	font-family: Verdana;
	font-size: 15px;
	line-height: 150%;
	padding-bottom: 15px; 
	padding-top: 10px;
}
#articleBody p{
	text-indent: 2.5em;
}

#actions{
	font-size: 12px;
	text-align: right;
	width:100%;
	padding-bottom: 15px;
	float: left;
}
#actions a{
	color: green;
	padding-right: 10px;
}

#disclaimer{
	font-size: 14px;
	font-style: italic;	
}
	
p.date{
	padding-left: 20px;
	font-style: italic;
	font-size: 12px;
}