@CHARSET "UTF-8";

a {
	cursor: pointer;
	color: #0184cc;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #8e8e8e;
}

a:hover {
	text-decoration: none;
}

.article h2 {
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

.article h2 a {
	text-decoration: none;
}

.article h2 a:hover {
	text-decoration: underline;
}

.article-description {
	margin: 5px 0 4px 0;
}

.article-description img {
	border: 2px solid #c0c0c0;
	margin: 6px 20px 10px 0;
	float: left; 
}

.articles-history {
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #C0C0C0;
	
}

.articles-history a.older {
	float: right;
	color: black;
	padding: 0 20px 0 0;
	background: transparent url(../img/more_arrow.png) right center no-repeat;
}

.articles-history a.newer {
	float: left;
	color: black;
	padding: 0 0 0 20px;
	background: transparent url(../img/less_arrow.png) left center no-repeat;
}
