/* dokument pre zobrazenie textu v clankoch na stranke */

/* prelinkovanie na styly pre uzivatela */
@import url(interstyles.css);

#article, #article p, #article ul, #article ol, #article li, #article table, #article table th, #article table td {
	font-family: Arial, Helvetica, Verdana;
	font-size:12px; 
	color:#7080a3;
	letter-spacing: normal;
	white-space: normal;
	word-spacing: normal;
}

#article p {
	margin: 0px;
	text-indent: 0px;
}

#article h2 {
	font-size: 14px; 
	margin: 0px; 
	padding: 0px;
}

#article h3 {
	font-size:13px;
}

#article a, #article a:link, #article a:visited {
	text-decoration: underline;
	color:#2374c8;

}

#article a:hover {
	text-decoration: none;
	color:#7080a3;
}

#article ul, #article ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

#article table th {
	text-align: center;
}
.date-author-container{
padding:5px 0px 10px 0px;
}