/* zacetek */
body, table {
font-family:Geneva, Arial, Helvetica,sans-serif;
background-color : black;
font-size : small;
color : white;
link : blue; 
}

a:hover, a:visited, a:link {
text-decoration: none;
color: FFFF99;
}

HR { color: red; height: 1px; border: 0; border-top: 1px solid red; }

.centrirano { 
text-align: center; 
color: red; 
}

.krepko { 
font-weight:bold; 
}

.LeviZamik { 
margin-left:5%;
}

.obvestilo { 
text-align: center; 
color: white; 
margin-top: 0; 
background-color: red; 
padding:3px;
}

.obvestilo a, .obvestilo a:visited, .obvestilo a:hover  { 
background-color: red; 
color: white; 
text-decoration: none;
}
               
a.BrezPodcrtavanja { 
color:white;
text-decoration: none;
}

a.BrezPodcrtavanjaSiv{ 
color:gray;
text-decoration: none;
}

/* podcrtavnaje linkov */
a:hover, a:hover.BrezPodcrtavanja, .obvestilo, a:hover, a:active {
color:red;
text-decoration: underline; 
}

.veliknaslov { 
text-align: center; 
font-size : 18pt; font-weight:bold; margin-bottom:10;
}

h1 { 
color:white;
font-size : small; font-weight:normal; margin-bottom:10;
}

h2 { 
color:#FF0000;
text-decoration: none;
font-size : small; font-weight:normal; margin-bottom:0;
}

.mali { 
color: #FFFFFF;font-style:normal; font-variant:normal; font-weight:normal; font-size:3mm 
}
/* konec */