.articles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 1.5;
}
a:link,a:active,a:visited { 
	color: #d57e3b; 
	font-weight: bold; 
	text-decoration: none;
	display: block
}
a:hover { 
	color: #88451e; 
	font-weight: bold; 
	text-decoration: none; 
	display: block
}	
.arrowlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	font-weight: normal;
	padding-left: 13px;
}
a.arrowlink:active, a.arrowlink:link, a.arrowlink:visited {
	font-weight: bold;
	color: #d57e3b;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
a.arrowlink:hover {
	font-weight: bold;
	color: #88451e;
	text-decoration: none;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}