/* main CSS of www.sempra.cz     */
/* property of SEMPRA PRAHA a.s. */
/* author:  Lukáš Kožešník       */

A {
	color : #800000;
	font-family : Arial;
	font-size : 10pt;
}
A:active {
	color : #008000;
	font-family : Arial;
	font-size : 10pt;
}
A:hover {
	color : #20AA00;
	font-family : Arial;
	font-size : 10pt;
}
P, td, tr, li {
	color : #800000;
	font-family : Arial;
	font-size : 10pt;
	text-indent : 5px;
}
strong {
	color : #800000;
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
}
b {
	color : #008000;
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
}
h1 {
	color : #008000;
	font-family : Arial;
	font-size : 16pt;
	font-weight : bold;
}
h2 {
	color : #008000;
	font-family : Arial;
	font-size : 14pt;
	font-weight : bold;
}
h3 {
	color : #008000;
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold;
}
.hlavicka {
	color : #800000;
	font-family : Arial;
	font-size : 11pt;
	font-weight : bold;
	text-align : center;
}
.anotace {
	color : #323232;
	font-family : Arial;
	font-size : 10pt;
	font-style : italic;
	text-indent : 5px;
}