

.baza {
    background-color : #456ab5;
    color : #ffffFF;
    font-family : sans-serif;
    font-size : 14px;
    font-weight : normal;
    text-align : justify;
  }


.meniu {
    background-color : #345088;
    color : #ffffFF;
    font-family : sans-serif;
    font-size : 16px;
    font-weight : normal;
    text-align : center;
    height: 14px;
  }


.meniu a:link {
    color: #ffffFF;
    font-weight: bold;
    font-family : sans-serif;
    font-size : 16px;
    background-color: #345088;
    text-align: center;
    font-weight: bold;
  }


.meniu a:visited {
    font-family : sans-serif;
    font-size : 16px;
    font-weight : normal;
    color: #ffffFF;
    background-color: #345088;
    text-align: center;
    font-weight: bold;
  }


.meniu a:hover {
    background-color : #456AB5;
    color : #66c4ff;
    font-family : sans-serif;
    font-size : 16px;
    font-weight: bold;
  }


p {
    background-color : #456ab5;
    color : #ffffFF;
    font-family : sans-serif;
    font-size : 16px;
    font-weight : normal;
    text-align : justify;
  }


a:link {
    color : #66c4ff;
    text-decoration: none;
  }


a:visited {
    color: #66c4ff;
    text-decoration: none;
  }


a:hover {
    color: #456AB5;
    text-decoration: none;
    background-color: #7BBDFF;
  }


h1 {
    font-family : sans-serif;
    font-size : 20px;
    font-weight : bold;
    color: #ffffFF;
  }


h2 {
    font-family : Verdana;
    font-size : 18px;
    font-weight : normal;
    color: #ffffFF;
  }


h3 {
    font-family : Arial, sans-serif;
    font-size : 16px;
    font-weight : normal;
    color: #ffffFF;
  }


h4 {
    font-family : sans-serif;
    font-size : 12px;
    font-weight : normal;
    color: #ffffFF;
  }


