A:active, A:link, A:visited {
 color: #800000;
 text-decoration: none;
 font-size: 10pt;
}
A:hover {
 background-color: #800000;
 color: #FFFFCC;
 text-decoration: underline overline;
 font-size: 10pt;
}

A.linkmeniu, A.linkmeniu:link, A.linkmeniu:visited {
 display: block;
 width: 100%;
 text-align: center;
 text-decoration: none;
 color: #FFFFFF;
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
}
A.linkmeniu:hover {
 background-color: #FFFFCC;
 color: #FF6600;
}


BODY {
 background-image: url("img/background.gif");
 background-color: #FFFFFF;
 background-attachment: fixed;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
scrollbar-face-color: #FF6600;
scrollbar-arrow-color: #FFFFCC
scrollbar-track-color: #FFFFCC
scrollbar-3dlight-color: #FFFFCC
scrollbar-shadow-color:  #FFFFCC
scrollbar-highlight-color: #FFFFCC
}

P, TD {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
}

H1, H2, H3, H4, H5, H6 {
 font-family: Times, Helvetica, Lucida Handwriting, Matisse ITC, Arial, sans-serif;
 font-size: 14pt;
 color: #000000;
}

.txt {
 font-family: Arial, Helvetica, sans-serif;
 /* font-size: 10px; */
 color: #800000;
 background: #FDF9F6;
 border: 1px solid #800000;
 padding-left: 3px;
}

.buton {
 font-family: Arial, Helvetica, sans-serif;
 /* font-size: 10px; */
 font-weight: bold;
 color: #800000;
 background: #FDF9F6;
 border: 1px solid #800000;
 cursor: hand;
}

