/* dokument pre zobrazenie textu v clankoch na stranke */

/* prelinkovanie na styly pre uzivatela */
@import url(interstyles.css);

#content, #content p, #content a, #content a:link, #content a:visited, #content a:hover, #content h2, #content h3, #content ol, #content ul, #content li, #content table, #content table th, #content table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	white-space: normal;
	word-spacing: normal;
}

#content p {
	color: #000000; 
	margin: 0px;
	text-indent: 0px;
}

#content h2 {
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
}

#content h3 {
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
}

#content a, #content a:link, #content a:visited {
	color: #0066CC; 
	text-decoration: none;
}

#content a:hover {
	color: #0066CC; 
	text-decoration: underline;
}

#content ul, #content ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content table th {
	background-color: #CCCCCC;
	text-align: center;
}
