blockquote {
	font-style: italic;
	font-size: 11px;
}

ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ol li h3, ol li p {
		margin: 0;
	}
	ol li {
		width: 280px;
		height: 50px;
		position: relative;
		margin-bottom: 20px;
	}
		ol li h3 {
			width: 150px;
			height: 50px;
			font-size: 0;
			text-indent: -9999px;
		}
	
			ol li#pos h3 {
				background: url(articles/img/articles-titles.gif) no-repeat 0 0;
			}

		ol li a {
			display: block;
			width: 120px;
			height: 25px;
			font-size: 0;
			text-indent: -9999px;
			text-decoration: none;
			background: url(articles/img/read-article-btn.gif) no-repeat;
			position: absolute;
			bottom: 2px;
			right: 2px;
		}
		ol li a:hover {
			background-position: 0 -25px;
		}
