<!--
a            { font-family: Arial; font-size: 10pt }
:visited.belka { color: white }
:link.belka  { color: white }
:hover.belka { color: #FF9900 }
:visited.gora { color: #FF9900 }
:link.gora   { color: white }

.belka       { font-family: Arial; color: #000000; font-size: 
               10pt; font-weight: bold }
:hover.belka   { color: #FF9900; font-family: Arial  }
.gora        { color: #000000; font-family: Arial; font-size: 
               10pt; font-weight: bold }
:hover.gora   { color: #339900; font-family: Arial  }
*            { font-family: Arial; font-size: 10pt }
a:link       { font-family: Arial; color: #FFFFFF; text-decoration: none; font-weight: bold }
a:visited    { color: #FFFFFF; font-family: Arial; text-decoration: none; font-weight: bold }
h1           { font-size: 18pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal }
h2           { color: #00B488; font-family: Arial; font-size: 18pt; font-weight: bold }




.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  text-align: center;
	color: white;
	}
:visited.text { color: white; text-decoration: none }
:link.text  { color: white; text-decoration: none }
:hover.text { color: #000000; text-decoration: none }

.kontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;  text-align: center;
	color: white;
	}
:visited.kontakt { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; text-decoration: underline }
:link.kontakt  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; text-decoration: underline }
:hover.kontakt { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; text-decoration: none }

-->