A:active, A:link, A:visited {
 color: #0000FF;
 text-decoration: none;
 font-size: 10pt;
}
A:hover {
 background-color: #0000FF;
 color: #FDFAF2;
 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: #FDFAF2;
 color: #0000FF;
}


BODY {
 background-image: url("img/bg.jpg");
 background-color: #FDFAF2;
 background-attachment: fixed;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
scrollbar-face-color: #000099;
scrollbar-arrow-color: #BAE2F6;
scrollbar-track-color: #BAE2F6;
scrollbar-3dlight-color: #BAE2F6;
scrollbar-shadow-color: #BAE2F6;
scrollbar-highlight-color: #BAE2F6;
}

P, TD {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
}

H1, H2, H3, H4, H5, H6 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 color: #000000;
}

HR {
 width: 400;
 size: 2;
 color: #BAE2F6;
}

