
body
{
	font-family: arial;
	font-size : 11px;
	color : #555555
}

.text {color: #555555; font-family: verdana; font-size: 10}
.text_orange {color: #E7A231; font-family: verdana; font-size: 10}
.text_brown {color: #734139; font-family: arial; font-size: 11}
.nadpis {color: #E7A231; font-family: verdana; font-size: 14; font-weight: bold}
.nadpissmall {color: #E7A231; font-family: verdana; font-size: 11; font-weight: bold}
.nadpis_blue {color: #1869A5; font-family: verdana; font-size: 14; font-weight: bold}
.nadpisbluesmall {color: #1869A5; font-family: verdana; font-size: 12; font-weight: bold}
.odkaz {color: #cc3300; font-family: verdana; font-size: 11}
.odkaz_text {color: #555555; font-family: verdana; font-size: 10; text-decoration: underline;}
.odkaz_bold {color: #E7A231; font-family: verdana; font-size: 10; text-decoration: underline; font-weight: bold}


A {
	text-decoration : none;
	color : Blue;
}

A.e:HOVER {
	color : #d90000;
}

A:HOVER {
	color : red;
}



		
