body {
        font-family: Verdana;
        font-size: 14pt;
        margin: 0;
        padding: 0;
        background-color : #e5e5e5;
        
}
.tbl1
{ 
background: url('grafika/back.jpg'); 
background-repeat: no-repeat; 
} 

p,h1,h2,h3,main {
        font-family: Verdana;
        font-size: 85%;
        color: black;
}
.olo
{
        font-family: Verdana;
        font-size: 12pt;
        color: black;
        background-color : Yellow;	
}

h1 {
        font-family: Verdana;
        font-size: 200%;

        font-weight: bold;
}

h2 {
        font-family: Verdana;
        font-size: 160%;

        font-weight: bold;
}


h3 {

        font-size: 110%;

        
}
a {
      font-family: Verdana;
        color: Navy;
        text-decoration: none;
        font-size: 10pt;
}
a:hover{
        color: green;
        text-decoration: none;
}


.menu A:link {text-decoration: none; color:white}
.menu A:visited {text-decoration: none;color:white}
.menu A:active {text-decoration: none overline}
.menu A:hover {text-decoration: none; color: red;}

