/* CSS Document */


.menu
{
text-align: center;
font-size: 17px;


}
.naglowek
{
text-align: center;
font-size: 17px;
font-weight: bold;
color:#990000;


}

.prawa
{
margin-top: 8 px;
margin-left: 15 px;
margin-right: 16 px;
font-size: 14 px;
TEXT-ALIGN: justify;

}
.galeria
{
margin-top: 8 px;
margin-left: 15 px;
margin-right: 16 px;
font-size: 14 px;
TEXT-ALIGN: center;

}
.dol
{
font-size: 10 px;
text-align:center;
}

BODY {
font-family:  Trebuchet MS, Arial Narrow, Arial, Monotype Corsiva,;
color: black;

}

A:link {
       color : #000000;
       text-decoration : none; 
       font-weight: bold
       }

A:visited {
          color : #000000;
          text-decoration : none;
          font-weight: bold
          }

A:active {
         color : #FF0000; 
         text-decoration : underline; 
         font-weight: bold
         }

A:hover {
        color : #FF0000; 
        text-decoration : underline; 
        font-weight : bold; 
        }


 