/* CSS Document */

@font-face {
    font-family: Palace;
    font-style:  normal;
    font-weight: normal;
    src: url(palace.eot);
}

.tekst {
    font-family: "Book Antiqua" ,Palace, Verdana, 'Small Fonts', sans-serif;
   
    color: #51503f;
}


