h3 {
    font-family:Verdana,Arial,Geneva;
    font-style:italic;
    color:teal
  }
p {
    font-family:Verdana,Arial,Geneva;
    color:black;
  }
A:link{
    font-weight:bold;
    text-decoration:underline;
    color: #C30B1C;

  }
A:hover{
    font-weight:bold;
    text-decoration:underline;
    color: blue;
  }
A:active{
    font-weight:bold;
    text-decoration:none;
    color: #C30B1C;
  }
A:visited{
    font-weight:bold;
    text-decoration:underline;
    color: #C30B1C;
  }

.crna { color: #000000 }
.bela   { color: #ffffff }
.meny  { font-size: 10px; color: #000000 }
.text1 { font-size: 9px }
.text2 { font-size: 11px; font-weight:bold }
.text3 { font-size: 12px;font-weight:bold }
.text4 { font-size: 16px }
.text5 { font-size: 18px }
.text6 { font-size: 24px }