/* 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; 
	font-size:12px; 
	color:#353535;
	letter-spacing: normal;
	white-space: normal;
	word-spacing: normal;
}

#article p {
	margin: 0px;
	text-indent: 0px;
}

#article h2 {
	font-size:1.2em;
}

#article h3 {
	font-size:1.1em;
}

#article a, #article a:link, #article a:visited {
	text-decoration: underline;
	color:#353535;

}

#article a:hover {
	text-decoration: none;
	color:#353535;
}

#article ul, #article ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

#article table th {
	text-align: center;
}
.date-author-container{
padding:5px 0px 10px 0px;
}
