/* $Id: article.css 33 2008-09-04 14:31:13Z jure.merhar $ */

.article_last h2 {
  font-size: 1.2em;
  font-weight: normal;
}
.article_last h2 a {
	color: #666;
}
.article_last p {
  font-size: 1.1em;
}
.article_last .more {
  text-align: right;
  font-size:1.2em;
}
.article_last .more a {
  padding-right: 14px;
  text-decoration: none;
  background: url('/media/dsg/back_arrow.gif') no-repeat center right;
}

