A:link {
color:#DC4800;
text-decoration:underline;
}
A:visited { 
color:#DC4800;
text-decoration:underline;
}
A:hover { 
color:#DC4800; text-decoration:none;
}


.tekst {
color: black;
font-size: 12px;
font-family: helvetica;
font-weight: normal;
text-align:justify;
line-height:17px;
text-decoration: none;
}

a#home {
background: url("home0.jpg") no-repeat;
float:left;
height:77px;
width:104px;
text-decoration: none;
font-size: 33px;
}
a#home:hover {
background: url("home1.jpg") no-repeat;
}
a#statistics {
background: url("stat0.jpg") no-repeat;
float:left;
height:77px;
width:140px;
text-decoration: none;
font-size: 33px;
}
a#statistics:hover {
background: url("stat1.jpg") no-repeat;
}
a#qsl {
background: url("qsl0.jpg") no-repeat;
float:left;
height:77px;
width:207px;
text-decoration: none;
font-size: 33px;
}
a#qsl:hover {
background: url("qsl1.jpg") no-repeat;
}
a#station {
background: url("station0.jpg") no-repeat;
float:left;
height:77px;
width:127px;
text-decoration: none;
font-size: 33px;
}
a#station:hover {
background: url("station1.jpg") no-repeat;
}
#tabela {
	color:white;
	font-size:12px;
	border:none;
	}
	
#tabela td {
	border:1px #999999 solid;
	color:black;
	padding:2px;
	text-align:center;
	}
#tabela th {
	background-color:#DC4800;
    border:1px #999999 solid;
	padding:2px;
	font-weight:bold;
	}

